https://github.com/bytemedirk/advent-of-code
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.
https://github.com/bytemedirk/advent-of-code
aoc python scala
Last synced: 9 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/bytemedirk/advent-of-code
- Owner: ByteMeDirk
- Created: 2024-11-18T07:58:43.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-18T11:05:42.000Z (about 1 year ago)
- Last Synced: 2025-01-28T01:18:33.805Z (11 months ago)
- Topics: aoc, python, scala
- Language: Python
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# advent-of-code
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.
This repository contains my solutions to the puzzles, grouped by language, year, and day.
## 2023
### Python
- [Day 1.1](./2023/python/day_1_1.py)
- [Day 1.2](./2023/python/day_1_2.py)
- [Day 2.1](./2023/python/day_2_1.py)
- [Day 2.2](./2023/python/day_2_2.py)
### Scala
-