LeetCode

All my Leetcode answer, but removing all easy questions.

[toc]

0. some skills

1. BFS

3. Binary Search

4. Dynamic Programming

Double Sequence Problem (双序列)

Knapsack Problem (背包问题)---Summarize

Binary Lifting for LCA(lowest common ancestor) ---Concept, Video

5. Greedy

6. Manacher /KMP Algorithm

7. Math

Add

8. Pointer

Sliding Window

9. Prefix Sum

combine:

Permutations:

Recursion:

Other DFS

11. Tricky Method

12. Stack

Monotonic_Stack

14. Data Structure

15. Sort

16. Heap

17. Trie

Weekly Contest

The first question is too easy, so not show it.

Contest 193

Contest 194

Contest 202