Welcome to the repository for codingchallenges.fyi solutions. This repository contains answers and solutions to various coding challenges found on codingchallenges.fyi. Our goal is to provide clear, efficient, and well-documented solutions to help you understand and solve coding challenges.
To get started, clone this repository to your local machine:
git clone https://github.com/rbstp/codingchallenges.fyi.gitNavigate into the repository:
cd codingchallenges.fyiThe challenges are organized by categories. Each category has its own folder. Inside each category folder, you will find a separate folder for each challenge containing the solution and a README.md explaining the solution approach.
We welcome contributions! If you would like to contribute a solution, please follow these steps:
- Fork the repository.
- Create a new branch for your solution
git checkout -b challenge/solution-name. - Add your solution.
- Commit your changes
git commit -am 'Add some solution'. - Push to the branch
git push origin challenge/solution-name. - Create a new Pull Request.
This project is licensed under the MIT License - see the LICENSE.md file for details.
Thanks to all the contributors who have helped in building and maintaining this repository. Special thanks to codingchallenges.fyi for providing a platform full of interesting challenges. Happy Coding!