aboutsummaryrefslogtreecommitdiff
path: root/aoc-2022-dotnet/README.md
diff options
context:
space:
mode:
authorTomasz Chojnacki <tomaszchojnacki2001@gmail.com>2022-12-28 20:33:21 +0100
committerTomasz Chojnacki <tomaszchojnacki2001@gmail.com>2022-12-28 20:33:21 +0100
commitac81191905118139c5461ee552c1ee06e4f8544b (patch)
treecccb81ff845dfa9d0655545aa02dd04bf39072df /aoc-2022-dotnet/README.md
parent8e71f049f5ffce904fcd477dbb019e794391c595 (diff)
downloadgleam_aoc2020-ac81191905118139c5461ee552c1ee06e4f8544b.tar.gz
gleam_aoc2020-ac81191905118139c5461ee552c1ee06e4f8544b.zip
Finish day 21
Diffstat (limited to 'aoc-2022-dotnet/README.md')
-rw-r--r--aoc-2022-dotnet/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/aoc-2022-dotnet/README.md b/aoc-2022-dotnet/README.md
index bc6029a..37de967 100644
--- a/aoc-2022-dotnet/README.md
+++ b/aoc-2022-dotnet/README.md
@@ -1,6 +1,6 @@
# Advent of Code 2022 in F#
![F#](https://img.shields.io/badge/F%23-grey?logo=.NET)
-![Stars](https://img.shields.io/badge/🌟%20stars-38/50-orange)
+![Stars](https://img.shields.io/badge/🌟%20stars-40/50-orange)
| Day | Problem Name | Part 1 | Part 2 | Practiced Concepts |
| :----: | ---------------------------------------------------------------- | :----: | :----: | ---------------------------------------------------- |
@@ -24,7 +24,7 @@
| **18** | [Boiling Boulders](https://adventofcode.com/2022/day/18) | :star: | :star: | functional DFS, 3D vectors, position bound checking |
| **19** | [Not Enough Minerals](https://adventofcode.com/2022/day/19) | | | |
| **20** | [Grove Positioning System](https://adventofcode.com/2022/day/20) | :star: | :star: | linked lists, modulo & remainder |
-| **21** | [Monkey Math](https://adventofcode.com/2022/day/21) | | | |
+| **21** | [Monkey Math](https://adventofcode.com/2022/day/21) | :star: | :star: | topological sort, ADTs, complex numbers |
| **22** | [Monkey Map](https://adventofcode.com/2022/day/22) | | | |
| **23** | [Unstable Diffusion](https://adventofcode.com/2022/day/23) | | | |
| **24** | [Blizzard Basin](https://adventofcode.com/2022/day/24) | | | |