Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arindal1/codechefproblems
Practice problems solved from CodeChef.com
https://github.com/arindal1/codechefproblems
c codechef codechef-solutions competitive-programming cpp
Last synced: about 13 hours ago
JSON representation
Practice problems solved from CodeChef.com
- Host: GitHub
- URL: https://github.com/arindal1/codechefproblems
- Owner: arindal1
- Created: 2023-07-17T02:48:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-06T14:56:34.000Z (over 1 year ago)
- Last Synced: 2024-11-05T11:28:09.500Z (about 2 months ago)
- Topics: c, codechef, codechef-solutions, competitive-programming, cpp
- Language: C++
- Homepage:
- Size: 163 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CodeChef Practice Solutions
![CodeChef Logo](https://www.codechef.com/sites/all/themes/abessive/logo.png)
Welcome to my CodeChef Practice Solutions repository! Here, you'll find my solutions to various problems from the CodeChef Practice Section, ranging from 0-star to 3-star difficulty levels (currently). This repository serves as a collection of my progress and learning journey on CodeChef.
## About CodeChef
[CodeChef](https://www.codechef.com/) is a competitive programming platform that hosts various coding contests and provides a wide range of problems to solve, helping programmers enhance their problem-solving skills and algorithms.
## Repository Structure
The repository is organized based on the difficulty levels of the problems. Each difficulty level has its own directory containing the solutions to the corresponding problems. The structure is as follows:
```
- 0Star ___Lvl/
- problem1.cpp
- ...
- 1Star ___Lvl/
- problem3.java
- problem4.cpp
- ...
- 2Star ___Lvl/
- problem5.cpp
- problem6.java
- ...
- Contest Problems/
- Solutions of problems I solved in Contests.
```## Fast Travel
| Levels | Links |
|:---------|:--------:|
| 0 Stars | [link](https://github.com/arindal1/CodeChefProblems/tree/main/0Star%20BegLvl) |
| 1 Stars Beginner Level | [link](https://github.com/arindal1/CodeChefProblems/tree/main/1Star%20BegLvl) |
| 1 Stars Advanced Level | [link](https://github.com/arindal1/CodeChefProblems/tree/main/1Star%20AdvLvl) |
| 2 Stars Beginner Level | [link](https://github.com/arindal1/CodeChefProblems/tree/main/2Star%20BegLvl) |
| 2 Stars Advanced Level | [link](https://github.com/arindal1/CodeChefProblems/blob/main/2Star%20AdvLvl/MAP.md) |
| 3 Stars Beginner Level | [link](https://github.com/arindal1/CodeChefProblems/blob/main/3Star%20BegLvl/MAP.md) |
| Contest Problems | [link](https://github.com/arindal1/CodeChefProblems/tree/main/Contest%20Problems) |
| Others | [link](https://github.com/arindal1/CodeChefProblems/tree/main/Old%20C%20problems) |## Getting Started
If you're interested in exploring my solutions, follow these steps:
1. Clone the repository to your local machine:
```bash
git clone https://github.com/arindal1/CodeChefProblems.git
```2. Navigate to the directory corresponding to the difficulty level you're interested in.
3. Open the solution files in your preferred programming language to study the code and approach used.
4. Feel free to modify and experiment with the solutions to deepen your understanding.
## Contributing
While this repository primarily contains my solutions, I welcome contributions in the form of additional solutions, optimization techniques, or explanations. If you'd like to contribute, follow these steps:
1. Fork the repository to your GitHub account.
2. Create a new branch for your contributions:
```bash
git checkout -b feature/add-solution
```3. Add your solution file to the appropriate difficulty level directory.
4. Commit your changes:
```bash
git commit -m "Add solution to problemX"
```5. Push the changes to your forked repository:
```bash
git push origin feature/add-solution
```6. Open a pull request on GitHub, describing the problem and your solution.
## Contact
If you have any questions, suggestions, or just want to connect, feel free to reach out:
- GitHub: [arindal1](https://github.com/arindal1)
- LinkedIn: [arindalchar](https://www.linkedin.com/in/arindalchar/)---
### Solve these CodeChef problems over at [CodeChef Practice](https://www.codechef.com/practice).
### Happy coding! 🚀