An open API service indexing awesome lists of open source software.

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.

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!