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

https://github.com/francescobarbieri/codingchallenges

Solutions to various coding problems from renowned platforms like Advent of Code, LeetCode, and more.
https://github.com/francescobarbieri/codingchallenges

algorithms coding-challenges data-structures interview-prep problem-solving

Last synced: 12 months ago
JSON representation

Solutions to various coding problems from renowned platforms like Advent of Code, LeetCode, and more.

Awesome Lists containing this project

README

          

# Coding Challenges

## Overview

This repository contains my solutions to various coding challenges sourced from popular platforms like **Advent of Code**, **LeetCode**, and others. It's a personal project aimed at:

- **Improving coding skills** through practical problem-solving.
- **Learning** new algorithms and data structures in a real-world context.
- **Sharing knowledge** with the community, fostering learning and collaboration.

## How to Use

- **Explore Solutions**: Navigate through the directories to find solutions relevant to your interests or learning goals.
- **Improvements**: If you see room for optimization or have a different approach, feel free to fork this repo and submit a pull request with your improvements.
- **Issues**: Found a bug or have a question? Open an issue, and let's discuss!

## Contributions

Contributions are highly encouraged! If you'd like to contribute:

- **Fork the repository** and make your changes.
- **Submit a pull request** with a clear description of your modifications.
- **Discuss** your changes in issues if they're significant.

Please ensure your code adheres to common coding standards, and if possible, includes comments for clarity.

## License

This project is open-sourced under the [MIT License](LICENSE), meaning you can use, share, and adapt this code for your own projects as long as you include the original copyright and license notice.

---

Happy Coding!