Skip to content

πŸπŸ’‘ Python Challenges – This repository contains solutions to various programming challenges in Python. Each challenge is organized into a separate branch 🌿 to facilitate exploration πŸ” and tracking πŸ“Œ of solutions.

Notifications You must be signed in to change notification settings

GumeeR/Python-Challenges

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 

Repository files navigation

Python Challenges

✨ Repository Structure

  • Main Branch (main): README and general project references.
  • Challenge Branches: Each challenge is developed in a specific branch with its own Python implementation.

πŸ”— How to Access a Challenge

To explore a specific challenge, follow these steps:

  1. Clone the repository:

    git clone https://github.com/GumeeR/Python-Challenges.git
    cd python-challenges
  2. List the available branches:

    git branch -r
  3. Switch to the challenge branch you want to review:

    git checkout branch-name

πŸ”§ Contributions

Contributions are welcome! If you want to add a new challenge or improve an existing solution:

  1. Fork the repository.
  2. Develop your solution in a new branch.
  3. Submit a pull request.

πŸ“Š Current Challenges

  • 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.

About

πŸπŸ’‘ Python Challenges – This repository contains solutions to various programming challenges in Python. Each challenge is organized into a separate branch 🌿 to facilitate exploration πŸ” and tracking πŸ“Œ of solutions.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published