This repository contains my solutions to coding challenges from platforms like HackerRank, LeetCode, Codeforces, and others. The challenges are solved using various programming languages including C++, C#, JavaScript, and Python.
The solutions are organized by platform and language:
/HackerRank/ /Python/ solve_me_first.py
- C++ (competitive programming & algorithm-heavy problems)
- C# (for .NET and object-oriented problem solving)
- JavaScript (browser/Node.js logic and interviews)
- Python (data structures, quick prototyping, and AI prep)
- Browse through the directories based on the platform.
- Choose a language folder to view solutions.
- Run the code using the appropriate environment:
- Python:
python filename.py - C++:
g++ filename.cpp -o output && ./output - C#:
dotnet run - JavaScript:
node filename.js
- Python:
This repository is continuously updated as I solve more challenges. Feel free to explore, fork, and suggest improvements!
If you want to add solutions, fix bugs, or improve structure:
- Fork the repo
- Create a new branch
- Commit your changes
- Open a pull request
This repository is open-source under the MIT License.
Feel free to connect via LinkedIn or open an issue for discussion or suggestions.