Skip to content

zhstark/exercise-leetcode

Repository files navigation

Records thinking and code of Leetcode problems.

🍀 Wish everyone who struggles for getting a job has a good luck.

Code is written by C++ or Python or Java.

🚩 means that problem has Facebook tag in LeetCode.

📗 means I think it's better to memorize the statement since there are so many details to consider.

Content

  • 2 pointers
  • Array
  • Backtracking
  • BFS
  • Binary Search
  • Binary Tree
  • BST
  • DFS
  • Divide and conquer
  • Dynamic programming
  • File
  • Dijkstra
  • Greedy
  • Hash map
  • Linked list
  • NP
  • Sort
  • Stack and queue
  • String
  • Topological sort
  • Trie
  • Union find
  • 287 Find the duplicate number
  • 240 Search a 2D Matrix II
  • 442 Find All Duplicates in an Array
  • 31 Next Permutation 🚩
  • 17

Some tips of different kinds of problems

About

记录刷题过程

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages