Welcome to Awesome DSA Solutions — a curated collection of Data Structures & Algorithms problems with:
- 📖 Problem statements
- 📝 Explanations
- 🧑💻 Multi-language code solutions (Python, C++, Java)
- ✅ Test cases
- ⏱️ Time & Space Complexity
This repo is designed for students & developers preparing for coding interviews, competitive programming, and learning core computer science concepts.
- Python 🐍
- C++ 💻
- Java ☕
We welcome contributions for:
- Adding new problems & solutions
- Writing better explanations
- Translating existing problems into other languages
- Improving documentation or adding test cases
Read CONTRIBUTING.md before making a pull request.
This repo is opted-in for Hacktoberfest 🎉
- Repo has
hacktoberfesttopic - Maintainers will use the
hacktoberfest-acceptedlabel - 🚫 No
invalidlabels will be applied on genuine contributions
Two Sum Problem
Find indices of two numbers in an array that add up to a target.
- Python:
two_sum.py - C++:
two_sum.cpp - Java:
two_sum.java
👤 Gyan Pratap Singh – Developer & Maintainer
📧 Contact: [email protected]
🔗 GitHub: @gyanthakur
- Name: Gyan Pratap Singh
- Email: [email protected]
- GitHub: Gyanthakur
- Portfolio: Gyan's Portfolio
Give a ⭐ if you like this project!
Made with ❤️ by Gyan Pratap Singh
If you like this project, don't forget to leave a ⭐ Star on GitHub! 🚀