This repository contains my solutions to various competitive programming problems from codeforces. These solutions are meant for educational purposes and to share different approaches to solving complex programming challenges.
/
: Contains categorized files based on the type of problem or the event in which the problem was featured.
- C++
While these solutions are primarily for my personal learning and reference, contributions in the form of problem solutions, improved explanations, or fixes are welcome. Please follow these steps to contribute:
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch
). - Make your changes and commit (
git commit -am 'Add some feature'
). - Push to the branch (
git push origin feature-branch
). - Create a new Pull Request.
- Name: Ahmad Dzuizz Annajib
- Email: [email protected]
- LinkedIn: https://www.linkedin.com/in/dzuizz/
- Github: https://github.com/dzuizz
Special thanks to codeforces for providing a platform to practice and improve coding skills.
Disclaimer: The solutions provided here are for learning purposes. Please do not use them to cheat or violate the coding platform's policies.