Skip to content

Commit 98e2d8f

Browse files
authored
Add additional patterns
1 parent 69b27e9 commit 98e2d8f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ Awesome LeetCode resources to learn Data Structures and Algorithms (DSA) and pre
3030

3131
## Patterns
3232
- [14 Coding Interview Patterns](https://hackernoon.com/14-patterns-to-ace-any-coding-interview-question-c5bb3357f6ed)
33+
- [Fast and Slow Pointers Pattern](https://medium.com/@arifimran5/fast-and-slow-pointer-pattern-in-linked-list-43647869ac99)
34+
- [Prefix Sum Pattern](https://leetcodethehardway.com/tutorials/basic-topics/prefix-sum)
3335
- [Sliding Window patterns](https://leetcode.com/problems/frequency-of-the-most-frequent-element/solutions/1175088/C++-Maximum-Sliding-Window-Cheatsheet-Template/)
3436
- [Two Pointers Patterns](https://leetcode.com/discuss/study-guide/1688903/Solved-all-two-pointers-problems-in-100-days)
3537
- [Substring Problem Patterns](https://leetcode.com/problems/minimum-window-substring/solutions/26808/Here-is-a-10-line-template-that-can-solve-most-'substring'-problems/)

0 commit comments

Comments
 (0)