This repository contains implementations and solutions for various Data Structures and Algorithms topics.
- HashMap - Hash table implementations and related problems
- Heap - Heap data structure and priority queue problems
- Misc - Miscellaneous algorithms and problems
- Queue - Queue implementations and related problems
- Stack - Stack implementations and related problems
- StringBuilder - String manipulation and StringBuilder operations
dsa/
βββ hashMap/
βββ heap/
βββ misc/
βββ queue/
βββ stack/
βββ stringBuilder/
Note: Each folder contains specific implementations and practice problems related to that topic.