There is a lot of awesome discussions that happen on LeetCode, there's also a good amount of very useful articles on how to solve a particular kind of problems e.g. DP or Graph, or simply a very informative and enlighting interview experiences. However, the problem is a lot of these useful discussions/ articles get lost on the website, therefore I decided to create this repo to keep track of all of the useful discussions and articles.
Important and Useful links from all over the Leetcode by @deepika135
DP for beginners by @deepika135 - Questions List
Graph for beginners by @wh0ami - Questions List
Sliding window for beginners by @wh0ami - Questions List
Leetcode patterns from edu_cative_dot_io by @late_riser
List of questions sorted by common patterns by @Maverick2594
How to solve DP - String? Template and 4 Steps to be followed by @igooglethings
Using bit manipulation to solve problems easily and efficiently by @LHearen
Recursive approach to segment trees and range sum queries and lazy propagation
How to use Leetcode efficiently and effectively by beginners by @megaspazz
Dynamic Programming Questions thread by @karansingh1559
DP Classification helpful notes by @adityakrverma
Comprehensive Data Structure and Algorithm Study Guide by @xrssa
Backtracking Summary and general template to solve many problems by @dichen001
How to approach DP problems by @heroes3001
A general approach to backtracking questions by @issac3
Top 75 Leetcode questions for interview preparation curated by Blind
Topic wise problems for beginners by @yashrsharma44
To Do
- Organize the articles by category. e.g. (interview experince, tutorials, etc)
- Add Table Of Content