Skip to content

Commit c4a4f66

Browse files
authored
update two pointers links
1 parent aa1fbcc commit c4a4f66

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,14 @@ If you want to practice curated list of LeetCode problems organized by patterns,
4242
## 🚀 Patterns
4343
- [15 Leetcode Patterns](https://blog.algomaster.io/p/15-leetcode-patterns)
4444
- [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)
4547
- [Prefix Sum Pattern](https://www.youtube.com/watch?v=yuws7YK0Yng)
46-
- [Top 'K' Elements Pattern](https://www.youtube.com/watch?v=6_v6OoxvMOE)
4748
- [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)
4850
- [Kadane's Algorithm](https://www.youtube.com/watch?v=NUWAXbSlsws)
4951
- [Sliding Window Pattern](https://www.youtube.com/watch?v=y2d0VHdvfdc)
50-
- [Two Pointers Pattern](https://blog.algomaster.io/p/69025a2e-b0d5-4705-8507-bba16c2691f1)
5152
- [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)
5353
- [Monotonic Stack Pattern](https://www.youtube.com/watch?v=DtJVwbbicjQ)
5454
- [Overlapping Intervals Pattern](https://blog.algomaster.io/p/812e72f7-eced-4256-a4c1-00606ae50679)
5555
- [Backtracking Pattern](https://blog.algomaster.io/p/81d42ca2-600c-4252-aa33-a56462090048)

0 commit comments

Comments
 (0)