码不停Ti2001
码不停Ti2001
全部文章
LeetCode
# PAT乙级练习题(1)
# 团队设计天梯赛(2)
2020HBU天梯赛训练(48)
C++(284)
C语言(4)
Git(1)
idea(3)
java入门(17)
java编程规范(1)
java项目(1)
kinect(2)
LeetCode从零开始(3)
Linux(12)
MySQL(1)
pat(26)
SQL刷题(2)
XML(8)
信息安全(2)
分治算法(1)
剑指offer(2)
博客美化(5)
哈希表(6)
实习(3)
并查集(1)
微信小程序(5)
微机原理与汇编语言(6)
心得(3)
总结(23)
数学(1)
数据库(1)
数据结构(42)
数组(21)
整理(5)
日迹(7)
月刊(1)
服务器(7)
未完成(12)
未归档(63)
杂货铺(1)
树(10)
油管笔记(2)
牛客网(10)
玩转服务器(1)
环境配置(1)
生活杂碎(1)
知乎笔记(1)
笔记(6)
算法(2)
腾讯Techo开发者大会(2)
蓝桥杯(4)
视频笔记(1)
读书(4)
读书笔记(4)
趣味科普(1)
软件分享(2)
零碎知识点(2)
题解(5)
归档
标签
去牛客网
登录
/
注册
韩旭051 一个大二单身dog
好好学习,活着就好
全部文章
/ LeetCode
(共115篇)
【LeetCode第 165 场周赛】不浪费原料的汉堡制作方案
5276. Number of Burgers with No Waste of Ingredients Given two integers tomatoSlices and cheeseSlices. The ingredients of different burgers are as fo...
2019-12-01
0
0
【LeetCode第 165 场周赛】找出井字棋的获胜者
5275. Find Winner on a Tic Tac Toe Game Tic-tac-toe is played by two players A and B on a 3 x 3 grid. Here are the rules of Tic-Tac-Toe: Players...
2019-12-01
0
514
【leetcode第 165 场周赛】
感觉自己有点low,赶紧把那两道题做了吧
2019-12-01
0
401
【LeetCode】 两数之和 II - 输入有序数组
Given an array of integers that is already sorted in ascending order, find two numbers such that they add up to a specific target number. The funct...
2019-11-30
0
422
【LeetCode第 164 场周赛】 5272. Count Servers that Communicate
You are given a map of a server center, represented as a m * n integer matrix grid, where 1 means that on that cell there is a server and 0 means that...
2019-11-24
0
461
【LeetCode第 164 场周赛】回顾5271. Minimum Time Visiting All Points
On a plane there are n points with integer coordinates points[i] = [xi, yi]. Your task is to find the minimum time in seconds to visit all points. Yo...
2019-11-24
0
460
【LeetCode第 164 场周赛】回顾
刚完成的时候还70多名。。。然后后面两道题再也没做上来。 第一题 class Solution { public: int minTimeToVisitAllPoints(vector<vector<int>>& points) { ...
2019-11-24
0
523
【LeetCode】 561. Array Partition I
Given an array of 2n integers, your task is to group these integers into n pairs of integer, say (a1, b1), (a2, b2), ..., (an, bn) which makes sum of ...
2019-11-21
0
469
【LeetCode】反转字符串
Write a function that reverses a string. The input string is given as an array of characters char[]. Do not allocate extra space for another array, y...
2019-11-21
0
481
【LeetCode】最长公共前缀
Write a function to find the longest common prefix string amongst an array of strings. If there is no common prefix, return an empty string "&qu...
2019-11-21
0
485
首页
上一页
1
2
3
4
5
6
7
8
9
10
下一页
末页