IT技术小密圈
IT技术小密圈
全部文章
分类
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)
归档
标签
去牛客网
登录
/
注册
IT技术小密圈的博客
君子食无求饱,居无求安,敏于事而慎于言,就有道而正焉。
全部文章
(共243篇)
LeetCode: 96. Unique Binary Search Trees
LeetCode: 96. Unique Binary Search Trees 题目描述 Given n, how many structurally unique BST’s (binary search trees) that store values 1 … n? Example: ...
2018-07-05
0
438
LeetCode: 104. Maximum Depth of Binary Tree
LeetCode: 104. Maximum Depth of Binary Tree 题目描述 Given a binary tree, find its maximum depth. The maximum depth is the number of nodes along the lo...
2018-07-05
0
428
LeetCode: 140. Word Break II
LeetCode: 140. Word Break II 题目描述 Given a non-empty string s and a dictionary wordDict containing a list of non-empty words, add spaces in s to cons...
2018-07-05
0
406
LeetCode: 2. Add Two Numbers
LeetCode: 2. Add Two Numbers 题目描述 You are given two non-empty linked lists representing two non-negative integers. The digits are stored in reverse ...
2018-07-04
0
468
LeetCode: 1. Two Sum
LeetCode: 1. Two Sum 后面会补上之前刷过却没写题解的题目。 题目描述 Given an array of integers, return indices of the two numbers such that they add up to a specific...
2018-07-04
0
398
LeetCode: 139. Word Break
LeetCode: 139. Word Break 题目描述 Given a non-empty string s and a dictionary wordDict containing a list of non-empty words, determine if s can be segm...
2018-07-04
0
502
LeetCode: 138. Copy List with Random Pointer
LeetCode: 138. Copy List with Random Pointer 题目描述 A linked list is given such that each node contains an additional random pointer which could point...
leetcode
2018-07-03
0
584
LeetCode: 137. Single Number II
LeetCode: 137. Single Number II 题目描述 Given a non-empty array of integers, every element appears three times except for one, which appears exactly on...
2018-07-02
0
459
LeetCode: 862. Shortest Subarray with Sum at Least K
LeetCode: 862. Shortest Subarray with Sum at Least K 题目描述 Return the length of the shortest, non-empty, contiguous subarray of A with sum at least K...
2018-07-01
0
974
LeetCode: 861. Score After Flipping Matrix
LeetCode: 861. Score After Flipping Matrix 题目描述 We have a two dimensional matrix A where each value is 0 or 1. A move consists of choosing any row ...
2018-07-01
0
454
首页
上一页
10
11
12
13
14
15
16
17
18
19
下一页
末页