/LeetCodeNotes

Organized solutions / insights / notes for coding questions.

Primary LanguagePython

LeetCodeNotes

Personal leetcode notes with comments / insights behind them. Not all of them are original and some insights are gained from other solutions on internet.

The purpose of this repo is try to expalin all the solutions in detail instead of just presenting solution that are sometimes hard to comprehend.

Index

Algorithm Notes

Sort by Numbers

Topics

Arrays | BFS/DFS | DP | Greedy | Linked List | Stacks/Queues | Strings | Trees