https://github.com/immannino/advent-of-go
https://github.com/immannino/advent-of-go
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/immannino/advent-of-go
- Owner: immannino
- Created: 2021-01-18T18:22:17.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-12-02T06:56:17.000Z (6 months ago)
- Last Synced: 2024-12-02T07:34:21.405Z (6 months ago)
- Language: Go
- Size: 1.39 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Go
> Golang solutions to Advent of Code
## Completed Solutions
| PUZZLE | PART 1 | PART 2 | TIME |
|-----------------------|--------|---------|------------|
| Year 2023 | | | |
| Day 1: Trebuchet?! | 54708 | 54087 | 1.347833ms |
| Day 2: Cube Conundrum | 2449 | 63981 | 562.333µs |
| Day 3: Gear Ratios | 549292 | | 1.122375ms |
| Day 4: Scratchcards | 18653 | 5921508 | 730.042µs |
| Total | | | 3.769958ms || PUZZLE | PART 1 | PART 2 | TIME |
|--------------------------------|-----------|-----------|------------|
| Year 2022 | | | |
| Day 1: Calorie Counting | 67016 | 200116 | 1.6965ms |
| Day 2: Rock Paper Scissors | 10310 | 14859 | 2.450875ms |
| Day 3: Rocksack Reorganization | 7737 | 2697 | 288.667µs |
| Day 4: Camp Cleanup | 602 | 891 | 3.016333ms |
| Day 5: Supply Stacks | FZCMJCRHZ | JSDHQMZGF | 397.167µs |
| Day 6: Tuning Trouble | 1909 | 3380 | 488.292µs |
| Day 7: No Space Left on Device | 1215428 | 0 | 827.792µs |
| Total | | | 9.184ms || PUZZLE | PART 1 | PART 2 | TIME |
|--------------------------------|---------|---------------|-------------|
| Year 2021 | | | |
| Day 1: Sonar Sweep | 1532 | 1571 | 228.917µs |
| Day 2: Dive! | 2187380 | 2086357770 | 205.458µs |
| Day 3: Binary Diagnostic | 2972336 | 3368358 | 360.375µs |
| Day 4: Giant Squid | 22680 | 16168 | 1.042042ms |
| Day 5: Hydrothermal Venture | 7142 | 20012 | 72.277667ms |
| Day 6: Lanternfish | 374994 | 1686252324092 | 281.708µs |
| Day 7: The Treachery of Whales | 336120 | 96864235 | 2.857958ms |
| Day 8: Seven Segment Search | 294 | 973292 | 901.25µs |
| Total | | | 78.178083ms || PUZZLE | PART 1 | PART 2 | TIME |
|--------------------------------|---------|----------|-------------|
| Year 2015 | | | |
| Day 1: Not Quite Lisp | 280 | 1797 | 221.792µs |
| Day 2: I Was Told There Would | 1586300 | 3737498 | 387.542µs |
| Be No Math | | | |
| Day 3: Perfectly Spherical | 2592 | 2360 | 2.562542ms |
| Houses in a Vacuum | | | |
| Day 4: Perfectly Spherical | | | 7.875µs |
| Houses in a Vacuum | | | |
| Day 5: Doesn't He Have | 236 | 51 | 1.009125ms |
| Intern-Elves For This? | | | |
| Day 6: Probably a Fire Hazard | 569999 | 17836115 | 54.292375ms |
| Day 8: Matchsticks | 1342 | 2074 | 387.917µs |
| Day 9: All in a Single Night | | | 0s |
| Total | | | 58.891917ms |## Past AoC Projects
[aoc.spaghet.me](https://aoc.spaghet.me) - 2022 Solutions using Web Workers [github](https://github.com/immannino/aoc-2020)
[Original attempts 2017-2018](https://github.com/immannino/AdventOfCode)