This repository contains implementations of core Data Structures and Algorithms using C++. The goal is to strengthen problem-solving skills and prepare for technical interviews.
- Arrays
- Strings
- Linked List
- Stack
- Queue
- Recursion
- Sorting
- Searching
- Clean and readable C++ code
- Proper use of STL where applicable
- Time and Space Complexity analysis
- Interview-oriented problems
This repository is part of my consistent DSA practice for placement and interview preparation.