Skip to content

Commit

Permalink
Update readme statistics
Browse files Browse the repository at this point in the history
  • Loading branch information
scottmckendry authored and github-actions[bot] committed Dec 1, 2023
1 parent 274ecf3 commit 1bc7b3c
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,25 +13,25 @@ All my solutions to the [Advent of Code](https://adventofcode.com/) challenges,
<!-- 2023TableStart -->
| Day | Part 1 | Part 2 | Stars |
| --- | --- | --- | --- |
| [Day 1: Trebuchet?!](https://adventofcode.com/2023/day/1) | 466µs | 1.582ms | ⭐⭐ |
| [Day 1: Trebuchet?!](https://adventofcode.com/2023/day/1) | [511µs](2023/01p1.go) | [1.576ms](2023/01p2.go) | ⭐⭐ |

<!-- 2023TableEnd -->

## 2022
<!-- 2022TableStart -->
| Day | Part 1 | Part 2 | Stars |
| --- | --- | --- | --- |
| [Day 1: Calorie Counting](https://adventofcode.com/2022/day/1) | 201µs | 216µs | ⭐⭐ |
| [Day 2: Rock Paper Scissors](https://adventofcode.com/2022/day/2) | 222µs | 214µs | ⭐⭐ |
| [Day 3: Rucksack Reorganization](https://adventofcode.com/2022/day/3) | 333µs | 184µs | ⭐⭐ |
| [Day 4: Camp Cleanup](https://adventofcode.com/2022/day/4) | 733µs | 662µs | ⭐⭐ |
| [Day 5: Supply Stacks](https://adventofcode.com/2022/day/5) | 750µs | 733µs | ⭐⭐ |
| [Day 6: Tuning Trouble](https://adventofcode.com/2022/day/6) | 328µs | 2.117ms | ⭐⭐ |
| [Day 7: No Space Left On Device](https://adventofcode.com/2022/day/7) | 202µs | 113µs | ⭐⭐ |
| [Day 8: Treetop Tree House](https://adventofcode.com/2022/day/8) | 285µs | 1.467ms | ⭐⭐ |
| [Day 9: Rope Bridge](https://adventofcode.com/2022/day/9) | 929µs | 1.665ms | ⭐⭐ |
| [Day 10: Cathode-Ray Tube](https://adventofcode.com/2022/day/10) | 28µs | 53µs | ⭐⭐ |
| [Day 11: Monkey in the Middle](https://adventofcode.com/2022/day/11) | 93µs | 13.15ms | ⭐⭐ |
| [Day 12: Hill Climbing Algorithm](https://adventofcode.com/2022/day/12) | 3.583ms | 2.842ms | ⭐⭐ |
| [Day 1: Calorie Counting](https://adventofcode.com/2022/day/1) | [194µs](2022/01p1.go) | [213µs](2022/01p2.go) | ⭐⭐ |
| [Day 2: Rock Paper Scissors](https://adventofcode.com/2022/day/2) | [246µs](2022/02p1.go) | [235µs](2022/02p2.go) | ⭐⭐ |
| [Day 3: Rucksack Reorganization](https://adventofcode.com/2022/day/3) | [302µs](2022/03p1.go) | [200µs](2022/03p2.go) | ⭐⭐ |
| [Day 4: Camp Cleanup](https://adventofcode.com/2022/day/4) | [723µs](2022/04p1.go) | [680µs](2022/04p2.go) | ⭐⭐ |
| [Day 5: Supply Stacks](https://adventofcode.com/2022/day/5) | [760µs](2022/05p1.go) | [783µs](2022/05p2.go) | ⭐⭐ |
| [Day 6: Tuning Trouble](https://adventofcode.com/2022/day/6) | [335µs](2022/06p1.go) | [2.042ms](2022/06p2.go) | ⭐⭐ |
| [Day 7: No Space Left On Device](https://adventofcode.com/2022/day/7) | [119µs](2022/07p1.go) | [158µs](2022/07p2.go) | ⭐⭐ |
| [Day 8: Treetop Tree House](https://adventofcode.com/2022/day/8) | [223µs](2022/08p1.go) | [1.267ms](2022/08p2.go) | ⭐⭐ |
| [Day 9: Rope Bridge](https://adventofcode.com/2022/day/9) | [913µs](2022/09p1.go) | [1.679ms](2022/09p2.go) | ⭐⭐ |
| [Day 10: Cathode-Ray Tube](https://adventofcode.com/2022/day/10) | [84µs](2022/10p1.go) | [65µs](2022/10p2.go) | ⭐⭐ |
| [Day 11: Monkey in the Middle](https://adventofcode.com/2022/day/11) | [131µs](2022/11p1.go) | [13.651ms](2022/11p2.go) | ⭐⭐ |
| [Day 12: Hill Climbing Algorithm](https://adventofcode.com/2022/day/12) | [3.52ms](2022/12p1.go) | [2.851ms](2022/12p2.go) | ⭐⭐ |

<!-- 2022TableEnd -->

0 comments on commit 1bc7b3c

Please sign in to comment.