My solutions to Data Structures and Algorithms problems, solved in Python.
| # | Problem | Difficulty | Solution |
|---|---|---|---|
| 1 | Two Sum | 🟢 Easy | Python |
| 2 | Add Two Numbers | 🟢 Easy | Python |
| 3 | Longest Substring Without Repeating Characters | 🟡 Medium | Python |
Each problem folder contains:
question.md- Problem description and examples*.py- Python solution with comments
- Arrays
- Strings
- Linked Lists
- Trees
- Graphs
- Dynamic Programming
- Sorting & Searching
Happy coding! 💻