Skip to content

Latest commit

 

History

History
37 lines (30 loc) · 1.18 KB

README.md

File metadata and controls

37 lines (30 loc) · 1.18 KB

Laicode刷题

包括题目,解题思路,code。主要帮助自己练习代码刷题。 初步阶段目标:把laicode题刷一遍
进阶目标:转战leetcode

当前刷题计划

  1. Laicode Sampling (7题)
  2. leetcode DFS (5题)
    3FT9Ln.md.png
  3. leetcode BFD (5题)
    3FT5kV.md.png

Laicode算法刷题

  1. Binary Search
  2. Recursion & Sorting
  3. LinkedList
  4. Queue & Stack
  5. Binary Tree
  6. Heap & Graph
  7. DFS
  8. HashTable & String
  9. String II
  10. Bit Operation
  11. Recursion II
  12. DP
  13. Cross-training I
  14. Cross-training II

复习笔记

  1. HashMap HashSet
  2. Binary Tree
  3. Graph
  4. Heap