Welcome to the Code Challenges repository! This collection contains various programming challenges designed to help you improve your coding skills. π‘
cpp/- C++ programming challengespython/- Python programming challenges.github/- GitHub workflow configurations (view only)
- Each challenge is located in its own directory with a dedicated README file
- Read the challenge README thoroughly before starting
- Follow the instructions and requirements specified in each challenge
- Write your solution in the appropriate language folder
- Each challenge directory contains:
- π A detailed README.md with problem description
- π Example inputs and expected outputs
- π Any additional resources needed
- The
.github/directory contains CI/CD workflows. You may view these files, but do not modify themβ οΈ
- Fork this repo
- Clone the your fork
- Navigate to the challenge you want to solve
- Read the challenge README
- Write up your solution
- Commit & push your changes
While you shouldn't modify the workflow files, we welcome:
- π Bug reports
- π Suggestions for new challenges
- π Documentation improvements
If you want to contribute new solutions, follow the guidelines provided in contributions guideline
Made with β€οΈ by GKSS UNISA