diff options
author | Tomasz Chojnacki <tomaszchojnacki2001@gmail.com> | 2023-12-23 17:17:20 +0100 |
---|---|---|
committer | Tomasz Chojnacki <tomaszchojnacki2001@gmail.com> | 2023-12-23 17:17:20 +0100 |
commit | c599cc44b9d9edd7fc172b33284c6593ffdc1096 (patch) | |
tree | 1649ef7dfbfc486a05c97635f3a4a5e981aa015f /aoc-2022-dotnet | |
parent | 482a0b454c28233de96a30891943db9e7bccc80c (diff) | |
download | gleam_aoc2020-c599cc44b9d9edd7fc172b33284c6593ffdc1096.tar.gz gleam_aoc2020-c599cc44b9d9edd7fc172b33284c6593ffdc1096.zip |
Update READMEs
Diffstat (limited to 'aoc-2022-dotnet')
-rw-r--r-- | aoc-2022-dotnet/README.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/aoc-2022-dotnet/README.md b/aoc-2022-dotnet/README.md index 3765775..bd7fe9e 100644 --- a/aoc-2022-dotnet/README.md +++ b/aoc-2022-dotnet/README.md @@ -1,4 +1,5 @@ # Advent of Code 2022 in F# +   @@ -18,7 +19,7 @@ | **12** | [Hill Climbing Algorithm](https://adventofcode.com/2022/day/12) | :star: | :star: | functional graphs, functional BFS, `Array2D` | | **13** | [Distress Signal](https://adventofcode.com/2022/day/13) | :star: | :star: | `IComparable`, ADTs, patterns, FParsec | | **14** | [Regolith Reservoir](https://adventofcode.com/2022/day/14) | :star: | :star: | `Seq.unfold`, `Seq.pairwise`, functional DFS | -| **15** | [Beacon Exclusion Zone](https://adventofcode.com/2022/day/15) | :star: | :star: | ranges, mahattan distance, parallel computing | +| **15** | [Beacon Exclusion Zone](https://adventofcode.com/2022/day/15) | :star: | :star: | ranges, Manhattan distance, parallel computing | | **16** | [Proboscidea Volcanium](https://adventofcode.com/2022/day/16) | :star: | :star: | graphs, dynamic programming, `Seq` | | **17** | [Pyroclastic Flow](https://adventofcode.com/2022/day/17) | :star: | :star: | cycle detection, bitwise operators, `hash` | | **18** | [Boiling Boulders](https://adventofcode.com/2022/day/18) | :star: | :star: | functional DFS, 3D vectors, position bound checking | |