diff options
author | Tomasz Chojnacki <tomaszchojnacki2001@gmail.com> | 2022-12-17 21:14:53 +0100 |
---|---|---|
committer | Tomasz Chojnacki <tomaszchojnacki2001@gmail.com> | 2022-12-17 21:14:53 +0100 |
commit | a8c844a12fa2d91410fda7b37f08c58f5be34ed9 (patch) | |
tree | 1cb20c421bbd4b8394875aae8036894b4342d52a /aoc-2022-dotnet/README.md | |
parent | 3fca5aebc32ba5bb13df780a7028bcd54b89a195 (diff) | |
download | gleam_aoc2020-a8c844a12fa2d91410fda7b37f08c58f5be34ed9.tar.gz gleam_aoc2020-a8c844a12fa2d91410fda7b37f08c58f5be34ed9.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 4b49309..506101c 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 | | :----: | --------------------------------------------------------------- | :----: | :----: | ---------------------------------------------------- | @@ -19,8 +19,8 @@ | **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 | -| **16** | [Proboscidea Volcanium](https://adventofcode.com/2022/day/16) | :star: | | | -| **17** | ??? | | | | +| **16** | [Proboscidea Volcanium](https://adventofcode.com/2022/day/16) | :star: | :star: | graphs, dynamic programming, `Seq` | +| **17** | [Pyroclastic Flow](https://adventofcode.com/2022/day/17) | | | | | **18** | ??? | | | | | **19** | ??? | | | | | **20** | ??? | | | | |