- Main Branch (
main
): README and general project references. - Challenge Branches: Each challenge is developed in a specific branch with its own Python implementation.
To explore a specific challenge, follow these steps:
-
Clone the repository:
git clone https://github.com/GumeeR/Python-Challenges.git cd python-challenges
-
List the available branches:
git branch -r
-
Switch to the challenge branch you want to review:
git checkout branch-name
Contributions are welcome! If you want to add a new challenge or improve an existing solution:
- Fork the repository.
- Develop your solution in a new branch.
- Submit a pull request.
- FAMILY TREE: Implementation of a system to model family relationships.
- RESCUING THE MOUSE: Algorithm to solve a maze and guide a mouse to the exit.