Skip to content

Commit 0dcd766

Browse files
authored
Update leetcode-patterns.md
1 parent 638d73a commit 0dcd766

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

β€Ž1⭐/leetcode-patterns.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,27 @@
2525
πƒπ²π§πšπ¦π’πœ 𝐏𝐫𝐨𝐠𝐫𝐚𝐦𝐦𝐒𝐧𝐠 𝐏𝐚𝐭𝐭𝐞𝐫𝐧𝐬 𝐈𝐈: https://lnkd.in/gfiZN6Mz
2626

2727
𝐒π₯𝐒𝐝𝐒𝐧𝐠 𝐖𝐒𝐧𝐝𝐨𝐰 𝐏𝐚𝐭𝐭𝐞𝐫𝐧𝐬: https://lnkd.in/gJXxhYae
28+
29+
30+
31+
**********************************************************************************************************************
32+
33+
1. 14 patterns to ace any coding interview: https://lnkd.in/gBu9uZtz
34+
35+
2. Backtracking solution for 10 popular problems: https://lnkd.in/gjpC9MCC
36+
37+
3. Dynamic Programming patterns for beginners: https://lnkd.in/gevrxmmy
38+
39+
4. All Graph algorithms in one place: https://lnkd.in/g2xdz7TY
40+
41+
5. When to use two pointers?: https://lnkd.in/gqzEDmf6
42+
43+
6. Sliding Window algorithm made easy: https://lnkd.in/gnDS8sJn
44+
45+
7. Ultimate Binary Search guide: https://lnkd.in/gg_BB6ik
46+
47+
8. How to solve Linked List problems?: https://lnkd.in/gp7FgTGx
48+
49+
9. Comprehensive Data Structure and Algorithm study guide: https://lnkd.in/gcUnWavF
50+
51+
10. How to effectively use Leetcode: https://lnkd.in/gEuRT4ik

0 commit comments

Comments
Β (0)