Welcome to the comprehensive repository for CodeChef Contest Solutions! 🚀 Whether you're aiming to climb the leaderboard, enhance your problem-solving skills, or learn from past contests, this repo is your ultimate resource.
This repository is dedicated to providing well-structured, efficient, and thoroughly tested solutions to the coding challenges from various CodeChef contests. Each solution is organized by contest and problem title to help you easily navigate and find what you need.
-
Clone the repository:
git clone https://github.com/prathamk1483/Codechef-Contests.git cd Codechef-Contests
-
Browse the solutions: Navigate through the directories to find solutions to past contests.
-
Run a solution:
# Example for a Java solution javac path/to/Binary Conversion.java java path/to/Binary Conversion
Explore the collection of solutions organized by contest name and problem title. Each solution includes:
- A detailed explanation of the approach
- Time and space complexity analysis
- Example test cases
Check out the Solutions Directory for a complete list.
We welcome contributions from the community! If you have a better solution, found a bug, or have suggestions, please follow these steps:
- Fork the repository
- Create a new branch (
git checkout -b feature/your-feature
) - Commit your changes (
git commit -m 'Add a new solution for contest XYZ'
) - Push to the branch (
git push origin feature/your-feature
) - Open a pull request
This project is licensed under the Creative Commons License - see the LICENSE file for details.
If you have any questions or suggestions, feel free to reach out:
- Email: kubetkarpratham14@gmail.com
- GitHub: prathamk1483
Happy Coding! Keep solving, keep learning. 💡