aboutsummaryrefslogtreecommitdiff
path: root/aoc-2022-dotnet/README.md
diff options
context:
space:
mode:
authorTomasz Chojnacki <tomaszchojnacki2001@gmail.com>2023-01-02 20:49:51 +0100
committerTomasz Chojnacki <tomaszchojnacki2001@gmail.com>2023-01-02 20:49:51 +0100
commit3818aa044af80968e55d5d6638583a236e39294e (patch)
treee07a705ffe81308ff3d98badfd4627d398bd4e16 /aoc-2022-dotnet/README.md
parent806ca36af8773c71c6f4d2ac77fc35ac0aa3b5a0 (diff)
downloadgleam_aoc2020-3818aa044af80968e55d5d6638583a236e39294e.tar.gz
gleam_aoc2020-3818aa044af80968e55d5d6638583a236e39294e.zip
Finish last exercise from 2022
Diffstat (limited to 'aoc-2022-dotnet/README.md')
-rw-r--r--aoc-2022-dotnet/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/aoc-2022-dotnet/README.md b/aoc-2022-dotnet/README.md
index 2cf006d..3765775 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-47/50-orange)
+![Stars](https://img.shields.io/badge/🌟%20stars-50/50-orange)
| Day | Problem Name | Part 1 | Part 2 | Practiced Concepts |
| :----: | ---------------------------------------------------------------- | :----: | :----: | ----------------------------------------------------- |
@@ -25,7 +25,7 @@
| **19** | [Not Enough Minerals](https://adventofcode.com/2022/day/19) | :star: | :star: | `List.fold`, records, `Map`, mutability, optimization |
| **20** | [Grove Positioning System](https://adventofcode.com/2022/day/20) | :star: | :star: | linked lists, remainder |
| **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) | | | |
+| **22** | [Monkey Map](https://adventofcode.com/2022/day/22) | :star: | :star: | 2D vectors, rotations, `Array2D`, 3D geometry |
| **23** | [Unstable Diffusion](https://adventofcode.com/2022/day/23) | :star: | :star: | `Set`, 2D vectors, `Seq.unfold`, composition |
| **24** | [Blizzard Basin](https://adventofcode.com/2022/day/24) | :star: | :star: | `Set`, 2D vectors, remainder, records |
-| **25** | [Full of Hot Air](https://adventofcode.com/2022/day/25) | :star: | | positional numeral systems, recursion |
+| **25** | [Full of Hot Air](https://adventofcode.com/2022/day/25) | :star: | :star: | positional numeral systems, recursion |