-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtd.txt
73 lines (61 loc) · 1.56 KB
/
td.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
********************************************************************************
*1. Is there some similar questions, what is the common part? *
*2. What is this question for, algorithm or pratice (Programming Ability) *
*3. Did I finish smoothly on this problem, do i need to practice one more time?*
********************************************************************************
--------------------
14 Jan 2019
--------------------
Lintcode:
1562. Number of restaurants
Leetcode:
Maximum Binary Tree
Find K Closest Elements
Copy List with Random Pointer
--------------------
15 Jan 2019
--------------------
LintCode:
32: Minimum Window Substring (*** How to make kind of order)
401. Kth Smallest Number in Sorted Matrix (***)
--------------------
16 Jan 2019
--------------------
Lintcode:
382. Triangle Count
465. Kth Smallest Sum In Two Sorted Arrays
543: Kth Largest in N Arrays
508: Wiggle Sort
LeetCode:
101: Symmetric Tree (***)
--------------------
16 Jan 2019
--------------------
To DO:
1070: Account Merge
509: Wiggle Sort II (***)
--------------------
18 Jan 2019
--------------------
TODO:
Two PQ Get Median
Lintcode:
590: Connecting Graph II
591: Connecting Graph II
178. Graph Valid Tree
477: Surrounded Regins
--------------------
22 Jan 2019
--------------------
LintCode:
1070: Account Merge
629. Minimum Spanning Tree: Runtime(ElogV) Space: (E + V)
--------------------
22 Jan 2019
--------------------
Lintcode:
575. Decode String (Recursion or non Recursion)
12: Min Stack (*** 单调栈)
126: MaxTree(单调栈)
ToDo:
Wiggle Sort II