• Home
  • About
    • LiaX photo

      LiaX

      Running in my time zone

    • Learn More
    • LinkedIn
    • Github
  • Posts
    • All Posts
    • All Tags
  • Projects

Leetcode Notes

📗 Leetcode Notes

Two Pointers
  • 75. Sort Colors
  • 31. Next Permutation
  • 11. Container With Most Water
  • 151. Reverse Words in a String
  • 1099. Two Sum Less Than K
  • 3. Longest Substring Without Repeating Characters
  • 15. 3Sum
  • 19. Remove Nth Node From End of List
Binary Search
  • 33. Search in Rotated Sorted Array
  • 35. Search Insert Position
  • 704. Binary Search
  • 1060. Missing Element in Sorted Array
String
  • 6. Zigzag Conversion
Dynamic Programming
  • 139. Word Break
  • 55. Jump Game
  • 70. Climbing Stairs
  • 509. Fibonacci Number
Sort
  • 215. Kth Largest Element in an Array
Tree Traversal
  • 94. Binary Tree Inorder Traversal
  • 98. Validate Binary Search Tree
Word Problem
  • 89. Gray Code
  • 1958. Check if Move is Legal
  • 1942. The Number of the Smallest Unoccupied Chair
  • 1953. Maximum Number of Weeks for Which You Can Work
  • 997. Find the Town Judge
BFS and DFS
  • 78. Subsets
  • 994. Rotting Oranges
  • 17. Letter Combinations Of A Phone Number
Map
  • 49. Group Anagrams
Matrix Problem
  • 73. Set Matrix Zeroes
Stack
  • 2832. Maximal Range That Each Element Is Maximum in It

⬅ Back to Notes Index