Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/funnyboy-roks/adventofcode
My solutions for Advent of Code
https://github.com/funnyboy-roks/adventofcode
advent-of-code advent-of-code-2022 advent-of-code-2023 adventofcode aoc javascript
Last synced: about 3 hours ago
JSON representation
My solutions for Advent of Code
- Host: GitHub
- URL: https://github.com/funnyboy-roks/adventofcode
- Owner: funnyboy-roks
- License: apache-2.0
- Created: 2020-11-30T21:49:52.000Z (almost 4 years ago)
- Default Branch: 2023
- Last Pushed: 2023-12-16T06:04:05.000Z (11 months ago)
- Last Synced: 2023-12-16T23:18:41.341Z (11 months ago)
- Topics: advent-of-code, advent-of-code-2022, advent-of-code-2023, adventofcode, aoc, javascript
- Language: JavaScript
- Homepage: https://adventofcode.com/
- Size: 329 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AdventOfCode
My code for [Advent of Code](https://adventofcode.com/2023) [2023](https://en.wikipedia.org/wiki/2023 'lol')
Written in JavaScript
You're welcome to join my private leaderboard if you'd like! `987403-3723c994`
The comments above the functions for each part are the amount of time
that it took me to solve the part.## Days
Obvious spoilers if you intend to solve for yourself.
[`01`](./src/day01.js)
[`02`](./src/day02.js)
[`03`](./src/day03.js)
[`04`](./src/day04.js)
[`05`](./src/day05.js)
[`06`](./src/day06.js)
[`07`](./src/day07.js)
[`08`](./src/day08.js)
[`09`](./src/day09.js)
[`10`](./src/day10.js)
[`11`](./src/day11.js)
[`12`](./src/day12.js)
[`13`](./src/day13.js)
[`14`](./src/day14.js)
[`15`](./src/day15.js)### Checkout my previous years:
https://github.com/funnyboy-roks/AdventOfCode/branches