This repository contains my study and practice work for Data Structures and Algorithms (DSA), including:
- Implementations of core data structures
- Solutions to LeetCode problems organized by topic (see
problems/
folder)
data-structures/
— Practice code and implementations for fundamental data structures like linked lists, trees, stacks, and more. (detailed breakdown indata-structures/README.md
).problems/
— LeetCode problem solutions organized by category (detailed breakdown inproblems/README.md
).