😇
LeetCode Notebook
Ctrlk
  • Introduction
  • Useful Java knowledge
  • Useful Python knowledges
  • 完全按照九章算法刷的,70道左右
    • I. Binary Search
    • II. Sorted Array
    • III. Binary Tree
    • IV. Permutations and Subsets
    • VI. Linked List
    • IX. Dynamic Programming
  • 开始自己刷,冲刺100道,主要是binarySearch&Tree
    • 981. Time Based Key-Value Store
    • 111. Minimum Depth of Binary Tree
    • 112. Path Sum
    • 113. Path Sum II
    • 100. Same Tree
    • 101. Symmetric Tree
    • 96. Unique Binary Search Trees
    • 108. Convert Sorted Array to Binary Search Tree
    • 226. Invert Binary Tree
    • 95. Unique Binary Search Trees II
    • 50. Pow(x, n)
    • 69. Sqrt(x)
    • 167. Two Sum II - Input array is sorted
    • 29. Divide Two Integers*
    • 349. Intersection of Two Arrays
    • 287. Find the Duplicate Number
    • 222. Count Complete Tree Nodes
    • 350. Intersection of Two Arrays II
    • 257. Binary Tree Paths
    • 404. Sum of Left Leaves
    • 437. Path Sum III
    • 7. Reverse Integer
    • 21. Merge Two Sorted Lists
    • 279. Perfect Squares
    • 199. Binary Tree Right Side View
    • 114. Flatten Binary Tree to Linked List
    • 129. Sum Root to Leaf Numbers
    • 198. House Robber
    • 213. House Robber II
    • 337. House Robber III
    • 236. Lowest Common Ancestor of a Binary Tree
  • 终于刷到100道了,我是分水岭,开始按照网上推荐重点250道题
    • 补充1-20道
  • 补充21-40道
  • 补充41-60道
  • 补充61-80道
  • 补充81-100道
    • 2. Add Two Numbers
    • 19. Remove Nth Node From End of List
    • 227. Basic Calculator II
    • 228. Summary Ranges
    • 231. Power of Two
    • 232. Implement Queue using Stacks
    • 234. Palindrome Linked List
    • 237. Delete Node in a Linked List
    • 242. Valid Anagram
    • 258. Add Digits
    • 263. Ugly Number
    • 268. Missing Number
    • 283. Move Zeroes
    • 290. Word Pattern
    • 303. Range Sum Query - Immutable
    • 26. Power of Three
    • 342. Power of Four
    • 344. Reverse String
    • 655. Print Binary Tree
    • 224. Basic Calculator
Powered by GitBook
On this page

Was this helpful?

补充81-100道

尽量只刷easy

2. Add Two Numbers19. Remove Nth Node From End of List227. Basic Calculator II228. Summary Ranges231. Power of Two232. Implement Queue using Stacks234. Palindrome Linked List237. Delete Node in a Linked List242. Valid Anagram258. Add Digits263. Ugly Number268. Missing Number283. Move Zeroes290. Word Pattern303. Range Sum Query - Immutable26. Power of Three342. Power of Four344. Reverse String655. Print Binary Tree224. Basic Calculator
Previous225. Implement Stack using QueuesNext2. Add Two Numbers

Last updated 5 years ago

Was this helpful?