https://github.com/ioxee/programming_challenges_2023
This is my personal repository, where I share my solutions to the weekly programming challenges offered by https://retosdeprogramacion.com/semanales2023. Explore my implementations and join the fun of solving creative challenges in the programming world.
https://github.com/ioxee/programming_challenges_2023
Last synced: 9 months ago
JSON representation
This is my personal repository, where I share my solutions to the weekly programming challenges offered by https://retosdeprogramacion.com/semanales2023. Explore my implementations and join the fun of solving creative challenges in the programming world.
- Host: GitHub
- URL: https://github.com/ioxee/programming_challenges_2023
- Owner: IOxee
- License: mit
- Created: 2023-08-04T08:23:32.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-27T12:17:53.000Z (over 2 years ago)
- Last Synced: 2025-07-21T04:27:22.580Z (11 months ago)
- Language: Python
- Size: 142 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Programming Challenges 2023
This repository is my personal space dedicated to sharing my solutions to the exciting weekly programming challenges provided by [Programming Challenges](https://retosdeprogramacion.com/semanales2023).
## Description
In this repository, you will find my implementations for each of the weekly challenges. Each folder corresponds to a specific challenge and contains the code of my solution, along with any additional files required for execution.
Additionally, for each challenge, I've included a brief problem description and my approach to solving it. I also make sure to label each solution with the challenge number and name for easy navigation.
## Repository Structure
The repository follows an organized folder structure for challenges. Below is a description of the structure:
```
./
├── challenge-1
│ ├── solution.py
│ └── readme.md
├── challenge-2
│ ├── solution.py
│ └── readme.md
├── challenge-3
│ ├── solution.py
│ └── readme.md
└── ...
```
## Contributions
Contributions are welcome! If you have any suggestions for improvement or a different solution to any of the challenges, feel free to open a Pull Request. I'm excited to see different approaches and learn from other programming enthusiasts.
## Acknowledgments
I'd like to thank [Retos de Programacion](https://retosdeprogramacion.com/semanales2023) for providing these interesting challenges and allowing us to grow as programmers.
Thanks [mouredev](https://github.com/mouredev). They are responsible for curating and organizing the solutions to the challenges.
Enjoy exploring my solutions and happy coding!