Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anjannair/advent-of-code
The not so optimised but working solutions for Advent of Code
https://github.com/anjannair/advent-of-code
advent-of-code advent-of-code-2022 java
Last synced: about 2 months ago
JSON representation
The not so optimised but working solutions for Advent of Code
- Host: GitHub
- URL: https://github.com/anjannair/advent-of-code
- Owner: anjannair
- Created: 2022-12-03T07:21:01.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-07T11:43:08.000Z (about 2 years ago)
- Last Synced: 2024-05-21T06:55:21.625Z (8 months ago)
- Topics: advent-of-code, advent-of-code-2022, java
- Language: Java
- Homepage: https://adventofcode.com/
- Size: 44.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code (Java)
> Advent of Code is an [Advent calendar](https://en.wikipedia.org/wiki/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 interview prep, company training, university coursework, practice problems, a speed contest, or to challenge each other.
Here you will find the solution arranged day wise. For practical purposes I have removed the input files as you can login to AoC and get your own input files.
Note - Your input files may differ from others. To add your own input files you will need to rename your input files to something like the following -
`day1input.txt`
The day can be incremented depending on the day you are working on. So for day 2 the file name will be `day2input.txt` and so on.