Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fatonhoti/advent-of-code
🎄 My solutions to the yearly Advent of Code problems
https://github.com/fatonhoti/advent-of-code
advent-of-code-2021 advent-of-code-2022 advent-of-code-2023 advent-of-code-2024 python
Last synced: about 22 hours ago
JSON representation
🎄 My solutions to the yearly Advent of Code problems
- Host: GitHub
- URL: https://github.com/fatonhoti/advent-of-code
- Owner: fatonhoti
- Created: 2021-11-21T09:29:25.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-15T18:02:03.000Z (24 days ago)
- Last Synced: 2024-12-15T19:18:05.807Z (24 days ago)
- Topics: advent-of-code-2021, advent-of-code-2022, advent-of-code-2023, advent-of-code-2024, python
- Language: Python
- Homepage:
- Size: 529 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# What is [Advent Of Code](https://adventofcode.com/2023/about)? 🎄
```
Advent of Code is an Advent calendar of small programming puzzles for a variety of skill sets
and skill levels that can be solved in any programming language you like.
People use them as a speed contest, interview prep, company training, university
coursework, practice problems, or to challenge each other.You don't need a computer science background to participate - just a little programming knowledge
and some problem solving skills will get you pretty far. Nor do you need a fancy computer;
every problem has a solution that completes in at most 15 seconds on ten-year-old hardware.
```
My solutions will be posted here!