aboutsummaryrefslogtreecommitdiff
path: root/aoc-2022-dotnet/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'aoc-2022-dotnet/README.md')
-rw-r--r--aoc-2022-dotnet/README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/aoc-2022-dotnet/README.md b/aoc-2022-dotnet/README.md
index 25192a0..8d6d1a8 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-34/50-orange)
+![Stars](https://img.shields.io/badge/🌟%20stars-36/50-orange)
| Day | Problem Name | Part 1 | Part 2 | Practiced Concepts |
| :----: | ---------------------------------------------------------------- | :----: | :----: | ---------------------------------------------------- |
@@ -12,7 +12,7 @@
| **06** | [Tuning Trouble](https://adventofcode.com/2022/day/6) | :star: | :star: | `Seq.windowed`, `Set` |
| **07** | [No Space Left On Device](https://adventofcode.com/2022/day/7) | :star: | :star: | patterns, ADTs, FParsec |
| **08** | [Treetop Tree House](https://adventofcode.com/2022/day/8) | :star: | :star: | `Array2D`, slices |
-| **09** | [Rope Bridge](https://adventofcode.com/2022/day/9) | :star: | :star: | vectors, Chebyshev distance, `Seq.scan` |
+| **09** | [Rope Bridge](https://adventofcode.com/2022/day/9) | :star: | :star: | 2D vectors, Chebyshev distance, `Seq.scan` |
| **10** | [Cathode-Ray Tube](https://adventofcode.com/2022/day/10) | :star: | :star: | `Map`, `Seq.fold` |
| **11** | [Monkey in the Middle](https://adventofcode.com/2022/day/11) | :star: | :star: | records, type abbrevs, `List.choose`, tail recursion |
| **12** | [Hill Climbing Algorithm](https://adventofcode.com/2022/day/12) | :star: | :star: | functional graphs, functional BFS, `Array2D` |
@@ -21,11 +21,11 @@
| **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: | :star: | graphs, dynamic programming, `Seq` |
| **17** | [Pyroclastic Flow](https://adventofcode.com/2022/day/17) | :star: | :star: | cycle detection, bitwise operators, hashing |
-| **18** | [Boiling Boulders](https://adventofcode.com/2022/day/18) | | | |
+| **18** | [Boiling Boulders](https://adventofcode.com/2022/day/18) | :star: | :star: | functional DFS, 3D vectors, position bound checking |
| **19** | [Not Enough Minerals](https://adventofcode.com/2022/day/19) | | | |
| **20** | [Grove Positioning System](https://adventofcode.com/2022/day/20) | | | |
| **21** | [Monkey Math](https://adventofcode.com/2022/day/21) | | | |
-| **22** | ??? | | | |
+| **22** | [Monkey Map](https://adventofcode.com/2022/day/22) | | | |
| **23** | ??? | | | |
| **24** | ??? | | | |
| **25** | ??? | | | |