File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -42,14 +42,14 @@ If you want to practice curated list of LeetCode problems organized by patterns,
42
42
## 🚀 Patterns
43
43
- [ 15 Leetcode Patterns] ( https://blog.algomaster.io/p/15-leetcode-patterns )
44
44
- [ 20 DP Patterns] ( https://blog.algomaster.io/p/20-patterns-to-master-dynamic-programming )
45
+ - [ Two Pointers Pattern] ( https://www.youtube.com/watch?v=QzZ7nmouLTI )
46
+ - [ Sliding Window Pattern] ( https://blog.algomaster.io/p/f4412a17-7a3a-4d0b-8e39-9ea8f429bf7c )
45
47
- [ Prefix Sum Pattern] ( https://www.youtube.com/watch?v=yuws7YK0Yng )
46
- - [ Top 'K' Elements Pattern] ( https://www.youtube.com/watch?v=6_v6OoxvMOE )
47
48
- [ Fast and Slow Pointers Pattern] ( https://www.youtube.com/watch?v=b139yf7Ik-E )
49
+ - [ Top 'K' Elements Pattern] ( https://www.youtube.com/watch?v=6_v6OoxvMOE )
48
50
- [ Kadane's Algorithm] ( https://www.youtube.com/watch?v=NUWAXbSlsws )
49
51
- [ Sliding Window Pattern] ( https://www.youtube.com/watch?v=y2d0VHdvfdc )
50
- - [ Two Pointers Pattern] ( https://blog.algomaster.io/p/69025a2e-b0d5-4705-8507-bba16c2691f1 )
51
52
- [ Linked List In-place Reversal Pattern] ( https://www.youtube.com/watch?v=auoTGovuo9A )
52
- - [ Sliding Window Pattern] ( https://blog.algomaster.io/p/f4412a17-7a3a-4d0b-8e39-9ea8f429bf7c )
53
53
- [ Monotonic Stack Pattern] ( https://www.youtube.com/watch?v=DtJVwbbicjQ )
54
54
- [ Overlapping Intervals Pattern] ( https://blog.algomaster.io/p/812e72f7-eced-4256-a4c1-00606ae50679 )
55
55
- [ Backtracking Pattern] ( https://blog.algomaster.io/p/81d42ca2-600c-4252-aa33-a56462090048 )
You can’t perform that action at this time.
0 commit comments