diff options
author | Tomasz Chojnacki <tomaszchojnacki2001@gmail.com> | 2022-12-16 21:22:24 +0100 |
---|---|---|
committer | Tomasz Chojnacki <tomaszchojnacki2001@gmail.com> | 2022-12-16 21:22:24 +0100 |
commit | 689368eb3bbd9695ef2183ce03596a34be9292f5 (patch) | |
tree | 64475d757f95fe60fa3a06fabcfdd3d6ca5cd495 /aoc-2022-dotnet/README.md | |
parent | 2f2684bb82970505414bc193ec4664d6dd6a3c64 (diff) | |
download | gleam_aoc2020-689368eb3bbd9695ef2183ce03596a34be9292f5.tar.gz gleam_aoc2020-689368eb3bbd9695ef2183ce03596a34be9292f5.zip |
Finish day 16
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 0e2bd98..8bcfa97 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 | | :----: | --------------------------------------------------------------- | :----: | :----: | ---------------------------------------------------- | @@ -18,8 +18,8 @@ | **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) | | | | -| **16** | ??? | | | | +| **15** | [Beacon Exclusion Zone](https://adventofcode.com/2022/day/15) | :star: | :star: | ranges, mahattan distance, parallel computing | +| **16** | [Proboscidea Volcanium](https://adventofcode.com/2022/day/16) | | | | | **17** | ??? | | | | | **18** | ??? | | | | | **19** | ??? | | | | |