Leetcode DS/Algo Practice (JS/TS) > status: active > purpose: self-study, practice data structures and algorithms > focus: solved problems + reusable implementations Summary This repo tracks problems solved during self-study in JavaScript/TypeScript. Solutions are grouped by topic to make review and revision faster. Core data structures are implemented from scratch for practice. Workspace Map Algo/ # custom searches/sorts Problems/ # problem solutions by topic Structures/ # data structure implementations Algorithms Covered Arrays Backtracking Dynamic Programming Graphs Greedy Linked Lists Sliding Window Trees Trie Two Pointers Notes Folder names follow the topic of the problem. Each file is a standalone solution for quick review. > next steps: keep adding solutions; revisit older topics for optimization