Leetcode 前 300 题算法题解析(Java)
首页
白天
夜间
下载
阅读记录
书签管理
我的书签
添加书签
移除书签
编辑文档
211. Add and Search Word - Data structure design
来源 1
浏览
755
扫码
打印
2020-05-23 08:55:00
上一篇:
下一篇:
发布点评
24. Swap Nodes in Pairs
48. Rotate Image
23. Merge k Sorted Lists
78. Subsets
84. Largest Rectangle in Histogram
98. Validate Binary Search Tree
65. Valid Number
12. Integer to Roman
59. Spiral Matrix II
100. Same Tree
42. Trapping Rain Water
71. Simplify Path
75. Sort Colors
13. Roman to Integer
94. Binary Tree Inorder Traversal
8. String to Integer
85. Maximal Rectangle
69. Sqrt x
95*. Unique Binary Search Trees II
2. Add Two Numbers
87. Scramble String
77. Combinations
7. Reverse Integer
74. Search a 2D Matrix
79. Word Search
16. 3Sum Closest
26. Remove Duplicates from Sorted Array
15. 3Sum
leetcode 力扣刷题 1 到 300 的感受
leetcode 100 斩!回顾
99. Recover Binary Search Tree
14. Longest Common Prefix
101 题到 200 题
119. Pascal’s Triangle II
127. Word Ladder
189. Rotate Array
146. LRU Cache
101. Symmetric Tree
106. Construct Binary Tree from Inorder and Postorder Traversal
153. Find Minimum in Rotated Sorted Array
118. Pascal’s Triangle
174*. Dungeon Game
136. Single Number
130*. Surrounded Regions
154*. Find Minimum in Rotated Sorted Array II
121. Best Time to Buy and Sell Stock
109. Convert Sorted List to Binary Search Tree
169. Majority Element
151. Reverse Words in a String
128. Longest Consecutive Sequence
129. Sum Root to Leaf Numbers
111. Minimum Depth of Binary Tree
145*. Binary Tree Postorder Traversal
104. Maximum Depth of Binary Tree
190. Reverse Bits
117. Populating Next Right Pointers in Each Node II
142. Linked List Cycle II
148. Sort List
139. Word Break
160. Intersection of Two Linked Lists
132. Palindrome Partitioning II
141. Linked List Cycle
147. Insertion Sort List
115*. Distinct Subsequences
168. Excel Sheet Column Title
171. Excel Sheet Column Number
103. Binary Tree Zigzag Level Order Traversal
172. Factorial Trailing Zeroes
105. Construct Binary Tree from Preorder and Inorder Traversal
166. Fraction to Recurring Decimal
133. Clone Graph
114. Flatten Binary Tree to Linked List
122. Best Time to Buy and Sell Stock II
120. Triangle
152. Maximum Product Subarray
144. Binary Tree Preorder Traversal
102. Binary Tree Level Order Traversal
134. Gas Station
155. Min Stack
150. Evaluate Reverse Polish Notation
167. Two Sum II - Input array is sorted
200. Number of Islands
179. Largest Number
173. Binary Search Tree Iterator
126*. Word Ladder II
110. Balanced Binary Tree
198. House Robber
188. Best Time to Buy and Sell Stock IV
162. Find Peak Element
149*. Max Points on a Line
187. Repeated DNA Sequences
112. Path Sum
138. Copy List with Random Pointer
137*. Single Number II
135. Candy
125. Valid Palindrome
107. Binary Tree Level Order Traversal II
123*. Best Time to Buy and Sell Stock III
165. Compare Version Numbers
164. Maximum Gap
143. Reorder List
140. Word Break II
199. Binary Tree Right Side View
108. Convert Sorted Array to Binary Search Tree
124*. Binary Tree Maximum Path Sum
131. Palindrome Partitioning
191. Number of 1 Bits
116. Populating Next Right Pointers in Each Node
113. Path Sum II
更多
9. Palindrome Number
6. ZigZag Conversion
47. Permutations II
28. Implement strStr()
Introduction
45. Jump Game II
63. Unique Paths II
32. Longest Valid Parentheses
29. Divide Two Integers
52. N-Queens II
91. Decode Ways
35. Search Insert Position
17. Letter Combinations of a Phone Number
89. Gray Code
60. Permutation Sequence
57. Insert Interval
92. Reverse Linked List II
18. 4Sum
70. Climbing Stairs
56. Merge Intervals
25. Reverse Nodes in k-Group
5*. Longest Palindromic Substring
61. Rotate List
72. Edit Distance
49. Group Anagrams
10. Regular Expression Matching
3. Longest Substring Without Repeating Characters
20. Valid Parentheses
97. Interleaving String
40. Combination Sum II
82. Remove Duplicates from Sorted List II
27. Remove Element
68. Text Justification
93. Restore IP Addresses
31. Next Permutation
34. Find First and Last Position of Element in Sorted Array
76. Minimum Window Substring
55. Jump Game
19. Remove Nth Node From End of List
51. N-Queens
201 题到 300 题
216. Combination Sum III
229. Majority Element II
279. Perfect Squares
241. Different Ways to Add Parentheses
284. Peeking Iterator
297. Serialize and Deserialize Binary Tree
220*. Contains Duplicate III
224*. Basic Calculator
292*. Nim Game
237. Delete Node in a Linked List
232. Implement Queue using Stacks
223. Rectangle Area
211. Add and Search Word - Data structure design
215. Kth Largest Element in an Array
236. Lowest Common Ancestor of a Binary Tree
225. Implement Stack using Queues
218. The Skyline Problem
228. Summary Ranges
282. Expression Add Operators
230. Kth Smallest Element in a BST
242. Valid Anagram
226. Invert Binary Tree
206. Reverse Linked List
289*. Game of Life
231*. Power of Two
300. Longest Increasing Subsequence
239. Sliding Window Maximum
234. Palindrome Linked List
238. Product of Array Except Self
213. House Robber II
209. Minimum Size Subarray Sum
257. Binary Tree Paths
260. Single Number III
204. Count Primes
283. Move Zeroes
274. H-Index
208. Implement Trie(Prefix Tree)
203. Remove Linked List Elements
264. Ugly Number II
290. Word Pattern
214*. Shortest Palindrome
201. Bitwise AND of Numbers Range
258. Add Digits
217. Contains Duplicate
212. Word Search II
235. Lowest Common Ancestor of a Binary Search Tree
268. Missing Number
227. Basic Calculator II
210. Course Schedule II
287*. Find the Duplicate Number
275. H-Index II
222. Count Complete Tree Nodes
295*. Find Median from Data Stream
233. Number of Digit One
202. Happy Number
205. Isomorphic Strings
278. First Bad Version
299. Bulls and Cows
263. Ugly Number
221. Maximal Square
207. Course Schedule
273. Integer to English Words
240. Search a 2D Matrix II
219. Contains Duplicate II
88. Merge Sorted Array
66. Plus One
83. Remove Duplicates from Sorted List
43. Multiply Strings
38. Count and Say
11. Container With Most Water
41. First Missing Positive
73. Set Matrix Zeroes
96. Unique Binary Search Trees
44. Wildcard Matching
86. Partition List
62. Unique Paths
1. Two Sum
33. Search in Rotated Sorted Array
4*. Median of Two Sorted Arrays
22. Generate Parentheses
81. Search in Rotated Sorted Array II
90. Subsets II
37. Sudoku Solver
53. Maximum Subarray
21. Merge Two Sorted Lists
80. Remove Duplicates from Sorted Array II
36. Valid Sudoku
54. Spiral Matrix
64. Minimum Path Sum
67. Add Binary
30. Substring with Concatenation of All Words
50*. Pow(x, n)
46. Permutations
39. Combination Sum
58. Length of Last Word
暂无相关搜索结果!
本文档使用
全库网
构建
×
思维导图备注
×
文章二维码
手机扫一扫,轻松掌上读
×
文档下载
请下载您需要的格式的文档,随时随地,享受汲取知识的乐趣!
PDF
文档
EPUB
文档
MOBI
文档
×
书签列表
×
阅读记录
阅读进度:
0.00%
(
0/0
)
重置阅读进度