This repository contains my Data Structures and Algorithms (DSA) practice using C++ and Python.
I am solving problems from basic to advanced level to improve my logic and problem-solving skills.
- 🟦 C++
- 🐍 Python
dsa-with-py-cpp/ │ ├── C++/ │ ├── Arrays/ │ ├── Strings/ │ ├── Recursion/ │ ├── LinkedList/ │ ├── Stack/ │ ├── Queue/ │ ├── Trees/ │ ├── Graph/ │ └── DynamicProgramming/ │ ├── Python/ │ ├── Arrays/ │ ├── Strings/ │ ├── Recursion/ │ ├── LinkedList/ │ ├── Stack/ │ ├── Queue/ │ ├── Trees/ │ ├── Graph/ │ └── DynamicProgramming/ │ └── README.md
- Arrays
- Strings
- Recursion
- Linked List
- Stack
- Queue
- Trees
- Graph
- Searching & Sorting
- Dynamic Programming
- Build strong DSA fundamentals
- Improve coding logic
- Prepare for coding interviews
- Practice problems daily
g++ filename.cpp -o output
./output