Personal Data Structures & Algorithms learning log. Every chapter documents real understanding β my own notes, my own solutions, and the reasoning behind them β not just solved problems.
Each chapter is a numbered folder (00-js-foundations, 01-arrays, ...) containing:
README.mdβ short, question-framed explanations in my own words, based only on what I actually understood that daypractice.js(or per-problem files underproblems/) β my own code, cleaned up but keeping my original logic
Study flow per topic: watch/learn β solve it myself β write it down β make up 1-2 harder variations of my own and solve those too. A chapter only gets uploaded once it's fully done.
| # | Chapter | Status |
|---|---|---|
| 00 | js-foundations | Done |
More chapters get added to this table as they're completed.