@@ -52,7 +52,7 @@ image::images/quick-sort-01.gif[{image_attr}]
5252.. Problem Challenge 1: Palindrome LinkedList (medium)
5353.. Problem Challenge 2: Rearrange a LinkedList (medium)
5454.. Problem Challenge 3: Cycle in a Circular Array (hard)
55- . xref:0000-08 -sliding-window.adoc[Sliding Window 滑动窗口]
55+ . xref:0000-09 -sliding-window.adoc[Sliding Window 滑动窗口]
5656.. Maximum Sum Subarray of Size K (easy)
5757.. Smallest Subarray With a Greater Sum (easy)
5858.. Longest Substring with K Distinct Characters (medium)
@@ -71,7 +71,7 @@ image::images/quick-sort-01.gif[{image_attr}]
7171.. Problem Challenge 1: Minimum Meeting Rooms (hard)
7272.. Problem Challenge 2: Maximum CPU Load (hard)
7373.. Problem Challenge 3: Employee Free Time (hard)
74- . xref:0000-11 -cyclic-sort.adoc[Cyclic Sort 循环排序]
74+ . xref:0000-12 -cyclic-sort.adoc[Cyclic Sort 循环排序]
7575.. Cyclic Sort (easy)
7676.. Find the Missing Number (easy)
7777.. Find all Missing Numbers (easy)
@@ -96,7 +96,7 @@ image::images/quick-sort-01.gif[{image_attr}]
9696.. Problem 4: Next Greater Element
9797.. Problem 5: Sorting a Stack
9898.. Problem 6: Simplify Path
99- . xref:0000-09 -monotonic-stack.adoc[Monotonic Stack 单调栈]
99+ . xref:0000-10 -monotonic-stack.adoc[Monotonic Stack 单调栈]
100100.. Remove Nodes From Linked List (medium)
101101.. Remove All Adjacent Duplicates In String (easy)
102102.. Next Greater Element (easy)
@@ -111,7 +111,7 @@ image::images/quick-sort-01.gif[{image_attr}]
111111.. Problem 3: Maximum Number of Balloons (easy)
112112.. Problem 4: Longest Palindrome(easy)
113113.. Problem 5: Ransom Note (easy)
114- . xref:0000-14 -breadth-first-search.adoc[Breadth First Search 广度优先搜索]
114+ . xref:0000-15 -breadth-first-search.adoc[Breadth First Search 广度优先搜索]
115115.. Binary Tree Level Order Traversal (easy)
116116.. Reverse Level Order Traversal (easy)
117117.. Zigzag Traversal (medium)
@@ -121,7 +121,7 @@ image::images/quick-sort-01.gif[{image_attr}]
121121.. Connect Level Order Siblings (medium)
122122.. Problem Challenge 1: Connect All Level Order Siblings (medium)
123123.. Problem Challenge 2: Right View of a Binary Tree (easy)
124- . xref:0000-15 -depth-first-search.adoc[Depth First Search 深度优先搜索]
124+ . xref:0000-16 -depth-first-search.adoc[Depth First Search 深度优先搜索]
125125.. Binary Tree Path Sum (easy)
126126.. All Paths for a Sum (medium)
127127.. Sum of Path Numbers (medium)
@@ -145,7 +145,7 @@ image::images/quick-sort-01.gif[{image_attr}]
145145.. Problem Challenge 1 (easy)
146146.. Problem Challenge 2 (medium)
147147.. Problem Challenge 3 (medium)
148- . xref:0000-12 -two-heaps.adoc[Two Heaps 双堆]
148+ . xref:0000-13 -two-heaps.adoc[Two Heaps 双堆]
149149.. Find the Median of a Number Stream (medium)
150150.. Sliding Window Median (hard)
151151.. Maximize Capital (hard)
@@ -176,7 +176,7 @@ image::images/quick-sort-01.gif[{image_attr}]
176176.. Two Single Numbers (medium)
177177.. Complement of Base 10 Number (medium)
178178.. Problem Challenge 1: Flip and Invert an Image (hard)
179- . xref:0000-10 -top-k-elements.adoc[Top 'K' Elements 顶端 K 元素]
179+ . xref:0000-11 -top-k-elements.adoc[Top 'K' Elements 顶端 K 元素]
180180.. Top 'K' Numbers (easy)
181181.. Kth Smallest Number (easy)
182182.. 'K' Closest Points to the Origin (easy)
@@ -211,21 +211,21 @@ image::images/quick-sort-01.gif[{image_attr}]
211211.. Factor Combinations (medium)
212212.. Split a String Into the Max Number of Unique Substrings (medium)
213213.. Sudoku Solver (hard)
214- . xref:0000-16 -trie.adoc[Trie 前缀树]
214+ . xref:0000-17 -trie.adoc[Trie 前缀树]
215215.. Implement Trie (Prefix Tree) (medium)
216216.. Index Pairs of a String (easy)
217217.. Design Add and Search Words Data Structure (medium)
218218.. Extra Characters in a String (medium)
219219.. Search Suggestions System (medium)
220- . xref:0000-18 -topological-sort.adoc[Topological Sort (Graph) 拓扑排序]
220+ . xref:0000-19 -topological-sort.adoc[Topological Sort (Graph) 拓扑排序]
221221.. Topological Sort (medium)
222222.. Tasks Scheduling (medium)
223223.. Tasks Scheduling Order (medium)
224224.. All Tasks Scheduling Orders (hard)
225225.. Alien Dictionary (hard)
226226.. Problem Challenge 1: Reconstructing a Sequence (hard)
227227.. Problem Challenge 2: Minimum Height Trees (hard)
228- . xref:0000-17 -union-find-set.adoc[Union Find Set 查并集]
228+ . xref:0000-18 -union-find-set.adoc[Union Find Set 查并集]
229229.. Redundant Connection (medium)
230230.. Number of Provinces (medium)
231231.. Is Graph Bipartite? (medium)
@@ -248,7 +248,7 @@ image::images/quick-sort-01.gif[{image_attr}]
248248.. Same Tree (medium)
249249.. Invert Binary Tree (medium)
250250.. Binary Search Tree Iterator (medium)
251- . xref:0000-13 -k-way-merge.adoc[K-way merge 多路归并]
251+ . xref:0000-14 -k-way-merge.adoc[K-way merge 多路归并]
252252
253253
254254== 参考资料
0 commit comments