This repository serves as my personal library of core computer science concepts. It’s a curated collection of fundamental data structures and algorithmic patterns implemented from scratch. 📑 Contents
Data Structures: * Linear: Linked Lists, Stacks, Queues.
Non-Linear: Binary Trees, BSTs, Heaps, and Graphs.
Algorithms:
Sorting: Merge Sort, Quick Sort, Heap Sort.
Searching: Binary Search, BFS, DFS.
Optimization: Dynamic Programming (DP) and Greedy approaches.