Skip to content

Commit 355fd2b

Browse files
authored
Add prefix sum pattern
1 parent 15f88df commit 355fd2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ This repository contains awesome LeetCode resources to learn Data Structures and
3838

3939
## 🚀 Patterns
4040
- [15 Leetcode Patterns](https://blog.algomaster.io/p/15-leetcode-patterns)
41+
- [Prefix Sum Pattern](https://blog.algomaster.io/p/f96dd3de-c89c-428e-a88d-b1f751a42a57)
4142
- [Fast and Slow Pointers Pattern](https://medium.com/@arifimran5/fast-and-slow-pointer-pattern-in-linked-list-43647869ac99)
42-
- [Prefix Sum Pattern](https://leetcodethehardway.com/tutorials/basic-topics/prefix-sum)
4343
- [Sliding Window patterns](https://leetcode.com/problems/frequency-of-the-most-frequent-element/solutions/1175088/C++-Maximum-Sliding-Window-Cheatsheet-Template/)
4444
- [Two Pointers Patterns](https://leetcode.com/discuss/study-guide/1688903/Solved-all-two-pointers-problems-in-100-days)
4545
- [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)