-
Notifications
You must be signed in to change notification settings - Fork 0
/
info.rm
51 lines (35 loc) · 1.34 KB
/
info.rm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
rules:
- curr: read&solve article/'s problems -> make notes, leave bonuses
- next: read&solve article/'s problems -> repeat curr:notes, do curr:bonuses
------------------------------------------------------------------------------------------------------------------------
articles::
done: arrays and strings (two pointers, sliding window, prefix sum etc.)
done: hashing
curr: linked list
next: stacks and queues
next: trees and graphs
next: heaps
next: greedy
next: binary search
next: backtracking
next: dynamic programming
finish: interviews and tools & bonus
------------------------------------------------------------------------------------------------------------------------
curr:bonuses::
Fast and slow pointers
2095. Delete the Middle Node of a Linked List
19. Remove Nth Node From End of List
82. Remove Duplicates from Sorted List II
1721. Swapping Nodes in a Linked List
Reversing a linked list
234. Palindrome Linked List
2074. Reverse Nodes in Even Length Groups
2130. Maximum Twin Sum of a Linked List
General
203. Remove Linked List Elements
1290. Convert Binary Number in a Linked List to Integer
328. Odd Even Linked List
707. Design Linked List
------------------------------------------------------------------------------------------------------------------------
debt
https://leetcode.com/problems/permutation-in-string/