Skip to content

Commit

Permalink
Create readme
Browse files Browse the repository at this point in the history
  • Loading branch information
madser123 committed Jun 25, 2024
1 parent 4197fc9 commit 9c29740
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# 🎄 Advent Of Code 2023

My solutions to AOC2023.

## 🥅 Goals
* Pure rust
* No external libraries
* Modular code
* Error handling
* Learn more efficient algorithms/optimizations
* All days combined running in under 1s

## ☠️ Fails
* **Day 5** - Completed without any external help. I however had to resort to getting a hint on what algorithm to use in order to optimize, as my initial solution ran for +10 minutes. A small win on implementing an algorithm i didn't know before.

* **Day 8** - Completed, but never finished, as my initial solution ran for hours without ever ending. I had to get a hint on how to solve this, which lead to implementing LCM.

0 comments on commit 9c29740

Please sign in to comment.