This repository contains solutions to various competitive programming and problem-solving challenges from different platforms. The problems are categorized based on the platform and difficulty level.
AtCoder/
: Solutions for problems from AtCoder contests.HackerRank/
:Easy/
: Solutions for HackerRank problems categorized as "Easy."Medium/
: Solutions for "Medium" difficulty problems.
Kattis/
: Solutions for problems hosted on Kattis.LeetCode/
:Easy/
: Solutions for "Easy" problems on LeetCode.Medium/
: Solutions for "Medium" problems on LeetCode.Hard/
: Solutions for "Hard" problems on LeetCode, with additional documentation for some.
Onsite_Contests/
:- Organized by contest name, containing solutions submitted during on-site events.
UVA_Online_Judge/
: Problems from the UVA Online Judge.Other_Problems/
: Miscellaneous problems that don’t fit into other categories.
Feel free to contribute by:
- Adding new solutions.
- Improving the structure of the code.
- Updating the documentation.
To contribute:
- Fork the repository.
- Create a new branch for your changes.
- Submit a pull request.