杨领well
杨领well
全部文章
分类
C++(3)
Effective C++ 笔记(4)
LeetCode(151)
LeetCode Weekly Contest 92(1)
LeetCode Weekly Contest 93(2)
linux(2)
TCP/IP 协议(3)
windows(1)
未归档(33)
杨领well 的 TCP/IP 协议专栏(7)
杨领well的 LeetCode 题解专栏(59)
源码(1)
题解(1)
归档
标签
去牛客网
登录
/
注册
杨领well的博客
君子食无求饱,居无求安,敏于事而慎于言,就有道而正焉。
全部文章
(共33篇)
LeetCode: 82. Remove Duplicates from Sorted List II
LeetCode: 82. Remove Duplicates from Sorted List II 题目描述 Given a sorted linked list, delete all nodes that have duplicate numbers, leaving only dist...
LeetCode
Remove Duplicates from Sorted
2018-03-06
0
415
LeetCode: 33. Search in Rotated Sorted Array
LeetCode: 33. Search in Rotated Sorted Array 题目描述 Suppose an array sorted in ascending order is rotated at some pivot unknown to you beforehand. (i...
leetcode
33
二分查找
2017-03-26
0
469
LeetCode 35. Search Insert Position
LeetCode: 35. Search Insert Position 题目描述 Given a sorted array and a target value, return the index if the target is found. If not, return the index...
leetcode
搜索
二分查找
2017-03-26
0
412
LeetCode: 41. First Missing Positive
LeetCode: 41. First Missing Positive 题目描述 Given an unsorted integer array, find the first missing positive integer. For example, Given [1,2,0] ret...
leetcode
算法
2017-03-31
0
509
LeetCode: 11. Container With Most Water
LeetCode: 11. Container With Most Water 题目描述 Given n non-negative integers a1, a2, …, an, where each represents a point at coordinate (i, ai). n ver...
leetcode
2017-03-31
0
440
LeetCode: 42. Trapping Rain Water
LeetCode: 42. Trapping Rain Water 题目描述 Given n non-negative integers representing an elevation map where the width of each bar is 1, compute how muc...
leetcode
2017-03-31
0
346
LeetCode: 78. Subsets
LeetCode: 78. Subsets 题目描述 Given a set of distinct integers, nums, return all possible subsets (the power set). Note: The solution set must not con...
LeetCode
subsets
2018-03-03
0
419
LeetCode: 43. Multiply Strings
LeetCode: 43. Multiply Strings 题目描述 Given two non-negative integers num1 and num2 represented as strings, return the product of num1 and num2. Note...
leetcode
2017-04-01
0
436
LeetCode: 66. Plus One
LeetCode: 66. Plus One 题目描述 Given a non-negative integer represented as a non-empty array of digits, plus one to the integer. You may assume the in...
leetcode
66-Plus-O
2017-08-13
0
508
LeetCode: 77. Combinations
LeetCode: 77. Combinations 题目描述 Given two integers n and k, return all possible combinations of k numbers out of 1 ... n. For example, If n = 4 an...
LeetCode
DFS
2018-03-02
0
547
首页
上一页
1
2
3
4
下一页
末页