Portland-Chinese-folks-PoP-leetcode / Leetcode_solution

Fuck leetcode
8 stars 1 forks source link

Review plan #27

Open zyune opened 2 years ago

zyune commented 2 years ago

复习的第一个周期(3天)

single linked list

回文串 |<—— left right ——>|

binary |left——> <——right|

Nsum

slidng window(典型快慢指针,快慢中间就是所谓的窗口),用于结局子串问题

前缀

差分数组difference array

double pointer 双指针

zyune commented 2 years ago

复习的第二个周期

二叉树 (merge sort, quicksort)

暴力穷举