Welcome to my Data Structures and Algorithms (DSA) repository in C++!
This repo is a collection of my personal DSA practice and learning journey — including coding problems, explanations, and optimized solutions using C++.
- ✅ Solved problems from platforms like LeetCode, CodeStudio (CodeHelp), GFG, etc.
- 🧠 Topics covered: Arrays, Strings, Linked Lists, Trees, Graphs, DP, and more.
- 🧪 Optimized C++ code with comments for clarity.
- 🗂️ Properly organized topic-wise folders for easy navigation.
📌 Each folder contains problems and their solutions with meaningful filenames.
- Language: C++
- IDE: VS Code
- Tools: STL, Recursion, Backtracking, Bit Manipulation, etc.
Teja Poosa
I'm a Fourth-year Computer Science student, consistently learning and practicing DSA to build strong problem-solving skills.
- 📧 Email: [tejapoosa123@gmail.com]
This repository is primarily for my own practice, but if you’d like to contribute or collaborate:
- Fork the repo
- Create your feature branch (
git checkout -b feature/YourFeature) - Commit your changes (
git commit -m 'Add new feature') - Push to the branch (
git push origin feature/YourFeature) - Open a Pull Request
If you find this repository helpful, consider giving it a ⭐️ to help others discover it too!
This repository is for educational purposes only. All content is either self-written or adapted for learning. Feel free to use it as reference material!