Skip to content

Commit

Permalink
update readme with current list of todos
Browse files Browse the repository at this point in the history
  • Loading branch information
scottmckendry committed Dec 8, 2023
1 parent babea23 commit 6a94bcf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ All my solutions to the [Advent of Code](https://adventofcode.com/) challenges,
| [Day 7: Camel Cards](https://adventofcode.com/2023/day/7) | [4.728ms](2023/07p1.go) | [4.801ms](2023/07p2.go) | ⭐⭐ |

<!-- 2023TableEnd -->
**TODO:**
- Improve Day 5 p2 performance. The current implementation takes 1.5 hours to run on my machine so I cannot benchmark with the GitHub action. The statistic above is referencing a different function.
- Improve sorting algorithm for Day 7. I'm sure this can be faster.

## 2022
<!-- 2022TableStart -->
Expand Down

0 comments on commit 6a94bcf

Please sign in to comment.