66</p >
77Awesome LeetCode resources to learn Data Structures and Algorithms (DSA) and prepare for Coding interviews.
88
9- ## Tips  
9+ ## 💡  Tips 
1010-  [ How to Start LeetCode] ( https://www.youtube.com/watch?v=Nx4bvwU0DqE ) 
1111-  [ How I Mastered DSA] ( https://blog.algomaster.io/p/how-i-mastered-data-structures-and-algorithms ) 
1212
13- ## Fundamental Concepts  
13+ ## 📌  Fundamental Concepts 
1414-  [ Algorithmic Complexity] ( https://blog.algomaster.io/p/57bd4963-462f-4294-a972-4012691fc729 ) 
1515-  [ Big-O Cheat Sheet] ( https://www.bigocheatsheet.com/ ) 
1616-  [ Sorting Algorithms] ( https://medium.com/jl-codes/understanding-sorting-algorithms-af6222995c8 ) 
@@ -34,7 +34,7 @@ Awesome LeetCode resources to learn Data Structures and Algorithms (DSA) and pre
3434-  [ Dijkstra Algorithm] ( https://leetcode.com/discuss/study-guide/1059477/A-guide-to-Dijkstra's-Algorithm ) 
3535-  [ Minimum Spanning Tree] ( https://www.hackerearth.com/practice/algorithms/graphs/minimum-spanning-tree/tutorial/ ) 
3636
37- ## Patterns  
37+ ## 🚀  Patterns 
3838-  [ 14 Coding Interview Patterns] ( https://hackernoon.com/14-patterns-to-ace-any-coding-interview-question-c5bb3357f6ed ) 
3939-  [ Fast and Slow Pointers Pattern] ( https://medium.com/@arifimran5/fast-and-slow-pointer-pattern-in-linked-list-43647869ac99 ) 
4040-  [ Prefix Sum Pattern] ( https://leetcodethehardway.com/tutorials/basic-topics/prefix-sum ) 
@@ -56,21 +56,22 @@ Awesome LeetCode resources to learn Data Structures and Algorithms (DSA) and pre
5656-  [ DFS + BFS Patterns (2)] ( https://medium.com/leetcode-patterns/leetcode-pattern-2-dfs-bfs-25-of-the-problems-part-2-a5b269597f52 ) 
5757-  [ Stock Series Patterns] ( https://leetcode.com/problems/best-time-to-buy-and-sell-stock-with-transaction-fee/solutions/108870/most-consistent-ways-of-dealing-with-the-series-of-stock-problems/ ) 
5858
59- ## YouTube Playlist  
59+ ## 📺  YouTube Playlist 
6060-  [ Abdul Bari's Algorithms Playlist] ( https://www.youtube.com/playlist?list=PLDN4rrl48XKpZkf03iYFl-O29szjTrs_O ) 
6161-  [ William Fiset's Data Structure Playlist] ( https://www.youtube.com/playlist?list=PLDV1Zeh2NRsB6SWUrDFW2RmDotAfPbeHu ) 
6262-  [ William Fiset's Graphs Playlist] ( https://www.youtube.com/playlist?list=PLDV1Zeh2NRsDGO4--qE8yH72HFL1Km93P ) 
6363-  [ Tushar Roy's Dynamic Programming Playlist] ( https://www.youtube.com/playlist?list=PLrmLmBdmIlpsHaNTPP_jHHDx_os9ItYXr ) 
6464
65- ## Courses  
65+ ## 📇  Courses 
6666-  [ Coursera - Algorithms, Part I] ( https://www.coursera.org/learn/algorithms-part1 ) 
6767-  [ Coursera - Algorithms, Part 2] ( https://www.coursera.org/learn/algorithms-part2 ) 
68+ -  [ Grokking Coding Interview Patterns] ( https://www.educative.io/courses/grokking-coding-interview-patterns-java?aff=BZyO ) 
6869
69- ## Books  
70+ ## 📚  Books 
7071-  [ Data Structures And Algorithms Made Easy] ( https://www.amazon.com/Data-Structures-Algorithms-Made-Easy-ebook/dp/B0CBW278NC/ ) 
7172-  [ Cracking the Coding Interview] ( https://www.amazon.com/Cracking-Coding-Interview-Programming-Questions/dp/0984782850/ ) 
7273
73- ## Visualization  
74+ ## 🔎  Visualization 
7475-  [ VisuAlgo] ( https://visualgo.net/en ) 
7576-  [ Algo-lens: Visualize leetcode problems] ( https://github.com/jaroslaw-weber/algo-lens ) 
7677
@@ -81,12 +82,12 @@ Awesome LeetCode resources to learn Data Structures and Algorithms (DSA) and pre
8182-  [ LeetHub v2] ( https://chromewebstore.google.com/detail/leethub-v2/mhanfgfagplhgemhjfeolkkdidbakocm?hl=en ) : Automatically integrate your Leetcode & GeeksforGeeks submissions to GitHub.
8283-  [ LeetCode VS Code Extension] ( https://marketplace.visualstudio.com/items?itemName=LeetCode.vscode-leetcode ) : Solve LeetCode problems in VS Code.
8384
84- ## Curated Problems  
85+ ## ✅  Curated Problems 
8586-  [ Leetcode Top 100 Liked] ( https://leetcode.com/studyplan/top-100-liked/ ) 
8687-  [ Leetcode Top Interview 150] ( https://leetcode.com/studyplan/top-interview-150/ ) 
8788-  [ Leetcode 75] ( https://leetcode.com/studyplan/leetcode-75/ ) 
8889
89- ## Must-Do Problems (Topic Wise)  
90+ ## 💻  Must-Do Problems (Topic Wise) 
9091### Linked List  
9192-  [ Reverse Linked List] ( https://leetcode.com/problems/reverse-linked-list/description/ ) 
9293-  [ Linked List Cycle] ( https://leetcode.com/problems/linked-list-cycle/description/ ) 
0 commit comments