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.
- Host: GitHub
- URL: https://github.com/francescobarbieri/codingchallenges
- Owner: francescobarbieri
- License: mit
- Created: 2024-11-30T18:13:08.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-05T13:49:54.000Z (over 1 year ago)
- Last Synced: 2025-02-06T11:36:12.967Z (about 1 year ago)
- Topics: algorithms, coding-challenges, data-structures, interview-prep, problem-solving
- Language: C++
- Homepage: https://barbierinotes.com
- Size: 233 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!