From 4e6b4839f632cbd843da0f5fe39db00edc16f94c Mon Sep 17 00:00:00 2001 From: Tomasz Chojnacki Date: Tue, 27 Dec 2022 23:15:58 +0100 Subject: Finish day 20 --- aoc-2022-dotnet/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'aoc-2022-dotnet/README.md') diff --git a/aoc-2022-dotnet/README.md b/aoc-2022-dotnet/README.md index 8d6d1a8..bc6029a 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-36/50-orange) +![Stars](https://img.shields.io/badge/🌟%20stars-38/50-orange) | Day | Problem Name | Part 1 | Part 2 | Practiced Concepts | | :----: | ---------------------------------------------------------------- | :----: | :----: | ---------------------------------------------------- | @@ -23,9 +23,9 @@ | **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) | :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) | | | | +| **20** | [Grove Positioning System](https://adventofcode.com/2022/day/20) | :star: | :star: | linked lists, modulo & remainder | | **21** | [Monkey Math](https://adventofcode.com/2022/day/21) | | | | | **22** | [Monkey Map](https://adventofcode.com/2022/day/22) | | | | -| **23** | ??? | | | | -| **24** | ??? | | | | -| **25** | ??? | | | | +| **23** | [Unstable Diffusion](https://adventofcode.com/2022/day/23) | | | | +| **24** | [Blizzard Basin](https://adventofcode.com/2022/day/24) | | | | +| **25** | [Full of Hot Air](https://adventofcode.com/2022/day/25) | | | | -- cgit v1.2.3