diff options
author | Tomasz Chojnacki <tomaszchojnacki2001@gmail.com> | 2023-01-02 20:49:51 +0100 |
---|---|---|
committer | Tomasz Chojnacki <tomaszchojnacki2001@gmail.com> | 2023-01-02 20:49:51 +0100 |
commit | 3818aa044af80968e55d5d6638583a236e39294e (patch) | |
tree | e07a705ffe81308ff3d98badfd4627d398bd4e16 /aoc-2022-dotnet/README.md | |
parent | 806ca36af8773c71c6f4d2ac77fc35ac0aa3b5a0 (diff) | |
download | gleam_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.md | 6 |
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#  - + | 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 | |