Coding
Java
Leetcode
- 582. Kill Process
- 901. Online Stock Span
- 239. Sliding Window Maximum
- backtracking 归纳总结
- 40. Combination Sum II
- 39. Combination Sum
- 216. Combination Sum III
- 90. Subsets II
- 78. Subsets
- 17. Letter Combinations of a Phone Number
- 47. Permutations II
- 46. Permutations
- 307. Range Sum Query - Mutable
- 677. Map Sum Pairs
- 676. Implement Magic Dictionary
- 840. Magic Squares In Grid
- 720. Longest Word in Dictionary
- 648. Replace Words
- 208. Implement Trie (Prefix Tree)
- 112. Path Sum
- 443. String Compression
- 35. Search Insert Position
- 111. Minimum Depth of Binary Tree
- 108. Convert Sorted Array to Binary Search Tree
- 387. First Unique Character in a String
- 67. Add Binary
- 14. Longest Common Prefix
- 881. Boats to Save People
- 344. Reverse String
- 155. Min Stack
- 13. Roman to Integer
- 9. Palindrome Number
- 953. Verifying an Alien Dictionary
- 412. Fizz Buzz
- 53. Maximum Subarray
- 88. Merge Sorted Array
- 133. Clone Graph
- 107. Binary Tree Level Order Traversal II
- 103. Binary Tree Zigzag Level Order Traversal
- 297. Serialize and Deserialize Binary Tree
- 102. Binary Tree Level Order Traversal
- 409. Longest Palindrome
- 28. Implement strStr()
- 73. Set Matrix Zeroes
- 70. Climbing Stairs
- 66. Plus One
- 60. Permutation Sequence
- 42. Trapping Rain Water
- 36. Valid Sudoku
- 31. Next Permutation
- 283. Move Zeroes
- 16. 3Sum Closest
- 128. Longest Consecutive Sequence
- 80. Remove Duplicates from Sorted Array II
- 27. Remove Element
- 26. Remove Duplicates from Sorted Array
- 7. Reverse Integer
- 202. Happy Number
- 121. Best Time to Buy and Sell Stock
- 1221. Split a String in Balanced Strings
- 1213. Intersection of Three Sorted Arrays
- 1180. Count Substrings with Only One Distinct Letter
- 1086. High Five
- 1085. Sum of Digits in the Minimum Number
- 1018. Binary Prefix Divisible By 5
- 938. Range Sum of BST
- 804. Unique Morse Code Words
- 771. Jewels and Stones
- 760. Find Anagram Mappings
- 709. To Lower Case
- 349. Intersection of Two Arrays
- 1165. Single-Row Keyboard
- 1108. Defanging an IP Address
- 819. Most Common Word
- 788. Rotated Digits
- 79. Word Search
- 22. Generate Parentheses
- 1170. Compare Strings by Frequency of the Smallest Character
- 1119. Remove Vowels from a String
- 1021. Remove Outermost Parentheses
- 937. Reorder Data in Log Files
- 880. Decoded String at Index
- 71. Simplify Path
- 1216. Valid Palindrome III
- 647. Palindromic Substrings
- 516. Longest Palindromic Subsequence
- 266. Palindrome Permutation
- 159. Longest Substring with At Most Two Distinct Characters
- 5. Longest Palindromic Substring
- 3. Longest Substring Without Repeating Characters
- 刷题总结
- 680. Valid Palindrome II
- 125. Valid Palindrome
- 20. Valid Parentheses
- 379. Design Phone Directory
- 328. Odd Even Linked List
- 203. Remove Linked List Elements
- 160. Intersection of Two Linked Lists
- 83. Remove Duplicates from Sorted List
- 82. Remove Duplicates from Sorted List II
- 61. Rotate List
- 19. Remove Nth Node From End of List
- 708. Insert into a Cyclic Sorted List
- 141. Linked List Cycle
- 430. Flatten a Multilevel Doubly Linked List
- 426. Convert Binary Search Tree to Sorted Doubly Linked List
- 143. Reorder List
- 86. Partition List
- 234. Palindrome Linked List
- 1104. Path In Zigzag Labelled Binary Tree
- 993. Cousins in Binary Tree
- 814. Binary Tree Pruning
- 654. Maximum Binary Tree
- 653. Two Sum IV - Input is a BST
- 590. N-ary Tree Postorder Traversal
- 589. N-ary Tree Preorder Traversal
- 572. Subtree of Another Tree
- 563. Binary Tree Tilt
- 560. Subarray Sum Equals K
- 558. Quad Tree Intersection
- 545. Boundary of Binary Tree
- 543. Diameter of Binary Tree
- 538. Convert BST to Greater Tree
- 454. 4Sum II
- 429. N-ary Tree Level Order Traversal
- 199. Binary Tree Right Side View
- 145. Binary Tree Postorder Traversal
- 144. Binary Tree Preorder Traversal
- 114. Flatten Binary Tree to Linked List
- 110. Balanced Binary Tree
- 109. Convert Sorted List to Binary Search Tree
- 104. Maximum Depth of Binary Tree
- 100. Same Tree
- 94. Binary Tree Inorder Traversal
- 18. 4Sum
- 15. 3Sum
- 1. Two Sum
- 445. Add Two Numbers II
- 206. Reverse Linked List
- 138. Copy List with Random Pointer
- 92. Reverse Linked List II
- 25. Reverse Nodes in k-Group
- 24. Swap Nodes in Pairs
- 23. Merge k Sorted Lists
- 21. Merge Two Sorted Lists
- 2. Add Two Numbers