https://github.com/simonskodt/adventofcode
https://github.com/simonskodt/adventofcode
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/simonskodt/adventofcode
- Owner: simonskodt
- Created: 2022-12-19T20:37:25.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-25T14:38:17.000Z (over 3 years ago)
- Last Synced: 2025-01-04T11:12:17.140Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 41 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AdventOfCode
This is my first year participating in the Advent of Code, a series of small programming challenges released every day from December 1st to December 25th. The challenges are self-contained and are meant to be completed in order, with each one building upon the skills and knowledge gained from the previous ones.
In this repository, you will find my solutions to the challenges from the first year of the Advent of Code. The solutions are written in different programming languages (mainly Java) and are well-commented to explain my thought process and the techniques used to solve the challenges.