Skip to content

Commit f3a65b3

Browse files
committed
Update Stats
1 parent 3da4c13 commit f3a65b3

22 files changed

Lines changed: 92 additions & 24 deletions

β€ŽREADME.mdβ€Ž

Lines changed: 7 additions & 7 deletions
Large diffs are not rendered by default.

β€Žlib/2016/README.mdβ€Ž

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
[Home](../../README.md) | [2015](../2015/README.md) | 2016 | [2017](../2017/README.md) | [2018](../2018/README.md) | [2019](../2019/README.md) | [2020](../2020/README.md) | [2021](../2021/README.md) | [2022](../2022/README.md) | [2023](../2023/README.md) | [2024](../2024/README.md)
44

5-
## ⭐ 20/50
5+
## ⭐ 24/50
66

7-
[rust](../../wiki/tags/rust.md) `3` [sequence](../../wiki/tags/sequence.md) `3` [count](../../wiki/tags/count.md) `2` [grid](../../wiki/tags/grid.md) `2` [matrix](../../wiki/tags/matrix.md) `2` [op-code](../../wiki/tags/op-code.md) `2` [slow](../../wiki/tags/slow.md) `2` [annoying](../../wiki/tags/annoying.md) `1` [checksum](../../wiki/tags/checksum.md) `1` [geometry2d](../../wiki/tags/geometry2d.md) `1` [md5](../../wiki/tags/md5.md) `1` [measurement](../../wiki/tags/measurement.md) `1` [optimization](../../wiki/tags/optimization.md) `1` [set](../../wiki/tags/set.md) `1` [unfold](../../wiki/tags/unfold.md) `1` [validation](../../wiki/tags/validation.md) `1` [visual-result](../../wiki/tags/visual-result.md) `1`
7+
[grid](../../wiki/tags/grid.md) `3` [matrix](../../wiki/tags/matrix.md) `3` [rust](../../wiki/tags/rust.md) `3` [sequence](../../wiki/tags/sequence.md) `3` [count](../../wiki/tags/count.md) `2` [graph](../../wiki/tags/graph.md) `2` [op-code](../../wiki/tags/op-code.md) `2` [shortest-path](../../wiki/tags/shortest-path.md) `2` [slow](../../wiki/tags/slow.md) `2` [a-star](../../wiki/tags/a-star.md) `1` [annoying](../../wiki/tags/annoying.md) `1` [bfs](../../wiki/tags/bfs.md) `1` [checksum](../../wiki/tags/checksum.md) `1` [geometry2d](../../wiki/tags/geometry2d.md) `1` [implicit-graph](../../wiki/tags/implicit-graph.md) `1` [md5](../../wiki/tags/md5.md) `1` [measurement](../../wiki/tags/measurement.md) `1` [optimization](../../wiki/tags/optimization.md) `1` [set](../../wiki/tags/set.md) `1` [tsp](../../wiki/tags/tsp.md) `1` [unfold](../../wiki/tags/unfold.md) `1` [validation](../../wiki/tags/validation.md) `1` [visual-result](../../wiki/tags/visual-result.md) `1`
88

99
| Day | Title | Difficulty | Tags | Source |
1010
|:---:|-------|:----------:|------|--------|
@@ -18,3 +18,5 @@
1818
| [8](https://adventofcode.com/2016/day/8) | [Two-Factor Authentication](https://adventofcode.com/2016/day/8) | 🟠 | [visual-result](../../wiki/tags/visual-result.md), [matrix](../../wiki/tags/matrix.md), [op-code](../../wiki/tags/op-code.md) | [day_08.ex](day_08.ex) |
1919
| [9](https://adventofcode.com/2016/day/9) | [Explosives in Cyberspace](https://adventofcode.com/2016/day/9) | 🟠 | [sequence](../../wiki/tags/sequence.md), [unfold](../../wiki/tags/unfold.md) | [day_09.ex](day_09.ex) |
2020
| [12](https://adventofcode.com/2016/day/12) | [Leonardo's Monorail](https://adventofcode.com/2016/day/12) | 🟑 | [slow](../../wiki/tags/slow.md), [op-code](../../wiki/tags/op-code.md) | [day_12.ex](day_12.ex) |
21+
| [13](https://adventofcode.com/2016/day/13) | [A Maze of Twisty Little Cubicles](https://adventofcode.com/2016/day/13) | 🟠 | [graph](../../wiki/tags/graph.md), [implicit-graph](../../wiki/tags/implicit-graph.md), [shortest-path](../../wiki/tags/shortest-path.md), [a-star](../../wiki/tags/a-star.md), [bfs](../../wiki/tags/bfs.md) | [day_13.ex](day_13.ex) |
22+
| [24](https://adventofcode.com/2016/day/24) | [Air Duct Spelunking](https://adventofcode.com/2016/day/24) | 🟠 | [graph](../../wiki/tags/graph.md), [shortest-path](../../wiki/tags/shortest-path.md), [tsp](../../wiki/tags/tsp.md), [grid](../../wiki/tags/grid.md), [matrix](../../wiki/tags/matrix.md) | [day_24.ex](day_24.ex) |

β€Žlib/2018/README.mdβ€Ž

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
[Home](../../README.md) | [2015](../2015/README.md) | [2016](../2016/README.md) | [2017](../2017/README.md) | 2018 | [2019](../2019/README.md) | [2020](../2020/README.md) | [2021](../2021/README.md) | [2022](../2022/README.md) | [2023](../2023/README.md) | [2024](../2024/README.md)
44

5-
## ⭐ 16/50
5+
## ⭐ 20/50
66

7-
[sequence](../../wiki/tags/sequence.md) `3` [set](../../wiki/tags/set.md) `3` [grid](../../wiki/tags/grid.md) `2` [revisit](../../wiki/tags/revisit.md) `2` [slow](../../wiki/tags/slow.md) `2` [checksum](../../wiki/tags/checksum.md) `1` [circular-linked-list](../../wiki/tags/circular-linked-list.md) `1` [date-time](../../wiki/tags/date-time.md) `1` [map](../../wiki/tags/map.md) `1` [measurement](../../wiki/tags/measurement.md) `1` [not-fast-enough](../../wiki/tags/not-fast-enough.md) `1` [reduction](../../wiki/tags/reduction.md) `1` [rust](../../wiki/tags/rust.md) `1` [sort](../../wiki/tags/sort.md) `1` [string-result](../../wiki/tags/string-result.md) `1` [walk](../../wiki/tags/walk.md) `1`
7+
[sequence](../../wiki/tags/sequence.md) `3` [set](../../wiki/tags/set.md) `3` [graph](../../wiki/tags/graph.md) `2` [grid](../../wiki/tags/grid.md) `2` [revisit](../../wiki/tags/revisit.md) `2` [slow](../../wiki/tags/slow.md) `2` [checksum](../../wiki/tags/checksum.md) `1` [circular-linked-list](../../wiki/tags/circular-linked-list.md) `1` [connectivity](../../wiki/tags/connectivity.md) `1` [constellation](../../wiki/tags/constellation.md) `1` [date-time](../../wiki/tags/date-time.md) `1` [map](../../wiki/tags/map.md) `1` [measurement](../../wiki/tags/measurement.md) `1` [not-fast-enough](../../wiki/tags/not-fast-enough.md) `1` [reduction](../../wiki/tags/reduction.md) `1` [rust](../../wiki/tags/rust.md) `1` [simulation](../../wiki/tags/simulation.md) `1` [sort](../../wiki/tags/sort.md) `1` [string-result](../../wiki/tags/string-result.md) `1` [topological-sort](../../wiki/tags/topological-sort.md) `1` [walk](../../wiki/tags/walk.md) `1`
88

99
| Day | Title | Difficulty | Tags | Source |
1010
|:---:|-------|:----------:|------|--------|
@@ -14,5 +14,7 @@
1414
| [4](https://adventofcode.com/2018/day/4) | [Repose Record](https://adventofcode.com/2018/day/4) | 🟑 | [date-time](../../wiki/tags/date-time.md), [sequence](../../wiki/tags/sequence.md), [sort](../../wiki/tags/sort.md), [map](../../wiki/tags/map.md) | [day_04.ex](day_04.ex) |
1515
| [5](https://adventofcode.com/2018/day/5) | [Alchemical Reduction](https://adventofcode.com/2018/day/5) | πŸ”΄ | [reduction](../../wiki/tags/reduction.md) | [day_05.ex](day_05.ex) |
1616
| [6](https://adventofcode.com/2018/day/6) | [Chronal Coordinates](https://adventofcode.com/2018/day/6) | 🟑 | [slow](../../wiki/tags/slow.md), [revisit](../../wiki/tags/revisit.md), [grid](../../wiki/tags/grid.md), [measurement](../../wiki/tags/measurement.md) | [day_06.ex](day_06.ex) |
17+
| [7](https://adventofcode.com/2018/day/7) | [The Sum of Its Parts](https://adventofcode.com/2018/day/7) | 🟠 | [graph](../../wiki/tags/graph.md), [topological-sort](../../wiki/tags/topological-sort.md), [simulation](../../wiki/tags/simulation.md) | [day_07.ex](day_07.ex) |
1718
| [8](https://adventofcode.com/2018/day/8) | [Memory Maneuver](https://adventofcode.com/2018/day/8) | πŸ”΄ | [sequence](../../wiki/tags/sequence.md), [walk](../../wiki/tags/walk.md) | [day_08.ex](day_08.ex) |
1819
| [9](https://adventofcode.com/2018/day/9) | [Marble Mania](https://adventofcode.com/2018/day/9) | 🟑 | [slow](../../wiki/tags/slow.md), [revisit](../../wiki/tags/revisit.md), [circular-linked-list](../../wiki/tags/circular-linked-list.md) | [day_09.ex](day_09.ex) |
20+
| [25](https://adventofcode.com/2018/day/25) | [Four-Dimensional Adventure](https://adventofcode.com/2018/day/25) | 🟠 | [graph](../../wiki/tags/graph.md), [connectivity](../../wiki/tags/connectivity.md), [constellation](../../wiki/tags/constellation.md) | [day_25.ex](day_25.ex) |

β€Žlib/2019/README.mdβ€Ž

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
[Home](../../README.md) | [2015](../2015/README.md) | [2016](../2016/README.md) | [2017](../2017/README.md) | [2018](../2018/README.md) | 2019 | [2020](../2020/README.md) | [2021](../2021/README.md) | [2022](../2022/README.md) | [2023](../2023/README.md) | [2024](../2024/README.md)
44

5-
## ⭐ 16/50
5+
## ⭐ 18/50
66

7-
[not-fast-enough](../../wiki/tags/not-fast-enough.md) `3` [sequence](../../wiki/tags/sequence.md) `3` [grid](../../wiki/tags/grid.md) `2` [int-code](../../wiki/tags/int-code.md) `2` [op-code](../../wiki/tags/op-code.md) `2` [calculation](../../wiki/tags/calculation.md) `1` [graph](../../wiki/tags/graph.md) `1` [inline-input](../../wiki/tags/inline-input.md) `1` [routing](../../wiki/tags/routing.md) `1` [rust](../../wiki/tags/rust.md) `1` [set](../../wiki/tags/set.md) `1` [trigonometry](../../wiki/tags/trigonometry.md) `1` [visual-result](../../wiki/tags/visual-result.md) `1`
7+
[not-fast-enough](../../wiki/tags/not-fast-enough.md) `3` [sequence](../../wiki/tags/sequence.md) `3` [graph](../../wiki/tags/graph.md) `2` [grid](../../wiki/tags/grid.md) `2` [int-code](../../wiki/tags/int-code.md) `2` [op-code](../../wiki/tags/op-code.md) `2` [bitmask](../../wiki/tags/bitmask.md) `1` [calculation](../../wiki/tags/calculation.md) `1` [dijkstra](../../wiki/tags/dijkstra.md) `1` [implicit-graph](../../wiki/tags/implicit-graph.md) `1` [inline-input](../../wiki/tags/inline-input.md) `1` [routing](../../wiki/tags/routing.md) `1` [rust](../../wiki/tags/rust.md) `1` [set](../../wiki/tags/set.md) `1` [state-space-search](../../wiki/tags/state-space-search.md) `1` [trigonometry](../../wiki/tags/trigonometry.md) `1` [visual-result](../../wiki/tags/visual-result.md) `1`
88

99
| Day | Title | Difficulty | Tags | Source |
1010
|:---:|-------|:----------:|------|--------|
@@ -16,3 +16,4 @@
1616
| [6](https://adventofcode.com/2019/day/6) | [Universal Orbit Map](https://adventofcode.com/2019/day/6) | 🟒 | [graph](../../wiki/tags/graph.md), [routing](../../wiki/tags/routing.md) | [day_06.ex](day_06.ex) |
1717
| [8](https://adventofcode.com/2019/day/8) | [Space Image Format](https://adventofcode.com/2019/day/8) | 🟒 | [sequence](../../wiki/tags/sequence.md), [visual-result](../../wiki/tags/visual-result.md) | [day_08.ex](day_08.ex) |
1818
| [10](https://adventofcode.com/2019/day/10) | [Monitoring Station](https://adventofcode.com/2019/day/10) | 🟠 | [sequence](../../wiki/tags/sequence.md), [grid](../../wiki/tags/grid.md), [trigonometry](../../wiki/tags/trigonometry.md) | [day_10.ex](day_10.ex) |
19+
| [18](https://adventofcode.com/2019/day/18) | [Many-Worlds Interpretation](https://adventofcode.com/2019/day/18) | πŸ’€ | [graph](../../wiki/tags/graph.md), [dijkstra](../../wiki/tags/dijkstra.md), [implicit-graph](../../wiki/tags/implicit-graph.md), [bitmask](../../wiki/tags/bitmask.md), [state-space-search](../../wiki/tags/state-space-search.md) | [day_18.ex](day_18.ex) |

β€Žlib/2019/day_18.exβ€Ž

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
defmodule AdventOfCode.Y2019.Day18 do
22
@moduledoc """
33
--- Day 18: Many-Worlds Interpretation ---
4-
Shortest path to collect all keys in a maze.
4+
Problem Link: https://adventofcode.com/2019/day/18
5+
Difficulty: xl
6+
Tags: graph dijkstra implicit-graph bitmask state-space-search
57
"""
68
import Bitwise
79
alias AdventOfCode.Helpers.{InputReader, Transformers}

β€Žwiki/difficulty.mdβ€Ž

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,8 @@
106106
| 2015 | [25](https://adventofcode.com/2015/day/25) | [Let It Snow](https://adventofcode.com/2015/day/25) | [table-lookup](tags/table-lookup.md), [modular-arithmetic](tags/modular-arithmetic.md) | [day_25.ex](../lib/2015/day_25.ex) |
107107
| 2016 | [8](https://adventofcode.com/2016/day/8) | [Two-Factor Authentication](https://adventofcode.com/2016/day/8) | [visual-result](tags/visual-result.md), [matrix](tags/matrix.md), [op-code](tags/op-code.md) | [day_08.ex](../lib/2016/day_08.ex) |
108108
| 2016 | [9](https://adventofcode.com/2016/day/9) | [Explosives in Cyberspace](https://adventofcode.com/2016/day/9) | [sequence](tags/sequence.md), [unfold](tags/unfold.md) | [day_09.ex](../lib/2016/day_09.ex) |
109+
| 2016 | [13](https://adventofcode.com/2016/day/13) | [A Maze of Twisty Little Cubicles](https://adventofcode.com/2016/day/13) | [graph](tags/graph.md), [implicit-graph](tags/implicit-graph.md), [shortest-path](tags/shortest-path.md), [a-star](tags/a-star.md), [bfs](tags/bfs.md) | [day_13.ex](../lib/2016/day_13.ex) |
110+
| 2016 | [24](https://adventofcode.com/2016/day/24) | [Air Duct Spelunking](https://adventofcode.com/2016/day/24) | [graph](tags/graph.md), [shortest-path](tags/shortest-path.md), [tsp](tags/tsp.md), [grid](tags/grid.md), [matrix](tags/matrix.md) | [day_24.ex](../lib/2016/day_24.ex) |
109111
| 2017 | [3](https://adventofcode.com/2017/day/3) | [Spiral Memory](https://adventofcode.com/2017/day/3) | [spiral](tags/spiral.md), [matrix](tags/matrix.md) | [day_03.ex](../lib/2017/day_03.ex) |
110112
| 2017 | [6](https://adventofcode.com/2017/day/6) | [Memory Reallocation](https://adventofcode.com/2017/day/6) | [sequence](tags/sequence.md), [reduction](tags/reduction.md) | [day_06.ex](../lib/2017/day_06.ex) |
111113
| 2017 | [7](https://adventofcode.com/2017/day/7) | [Recursive Circus](https://adventofcode.com/2017/day/7) | [tree](tags/tree.md) | [day_07.ex](../lib/2017/day_07.ex) |
@@ -114,6 +116,8 @@
114116
| 2017 | [17](https://adventofcode.com/2017/day/17) | [Spinlock](https://adventofcode.com/2017/day/17) | [vector](tags/vector.md), [random-access](tags/random-access.md), [not-fast-enough](tags/not-fast-enough.md) | [day_17.ex](../lib/2017/day_17.ex) |
115117
| 2017 | [23](https://adventofcode.com/2017/day/23) | [Coprocessor Conflagration](https://adventofcode.com/2017/day/23) | [op-code](tags/op-code.md) | [day_23.ex](../lib/2017/day_23.ex) |
116118
| 2018 | [3](https://adventofcode.com/2018/day/3) | [No Matter How You Slice It](https://adventofcode.com/2018/day/3) | [grid](tags/grid.md), [set](tags/set.md), [not-fast-enough](tags/not-fast-enough.md) | [day_03.ex](../lib/2018/day_03.ex) |
119+
| 2018 | [7](https://adventofcode.com/2018/day/7) | [The Sum of Its Parts](https://adventofcode.com/2018/day/7) | [graph](tags/graph.md), [topological-sort](tags/topological-sort.md), [simulation](tags/simulation.md) | [day_07.ex](../lib/2018/day_07.ex) |
120+
| 2018 | [25](https://adventofcode.com/2018/day/25) | [Four-Dimensional Adventure](https://adventofcode.com/2018/day/25) | [graph](tags/graph.md), [connectivity](tags/connectivity.md), [constellation](tags/constellation.md) | [day_25.ex](../lib/2018/day_25.ex) |
117121
| 2019 | [10](https://adventofcode.com/2019/day/10) | [Monitoring Station](https://adventofcode.com/2019/day/10) | [sequence](tags/sequence.md), [grid](tags/grid.md), [trigonometry](tags/trigonometry.md) | [day_10.ex](../lib/2019/day_10.ex) |
118122
| 2020 | [11](https://adventofcode.com/2020/day/11) | [Seating System](https://adventofcode.com/2020/day/11) | [grid](tags/grid.md), [flood-fill](tags/flood-fill.md), [concurrency](tags/concurrency.md) | [day_11.ex](../lib/2020/day_11.ex) |
119123
| 2020 | [13](https://adventofcode.com/2020/day/13) | [Shuttle Search](https://adventofcode.com/2020/day/13) | [number-theory](tags/number-theory.md), [chinese-remainder](tags/chinese-remainder.md), [modular-arithmetic](tags/modular-arithmetic.md) | [day_13.ex](../lib/2020/day_13.ex) |
@@ -168,6 +172,7 @@
168172
| Year | Day | Title | Tags | Source |
169173
|------|:---:|-------|------|--------|
170174
| 2015 | [24](https://adventofcode.com/2015/day/24) | [It Hangs in the Balance](https://adventofcode.com/2015/day/24) | [not-fast-enough](tags/not-fast-enough.md), [power-set](tags/power-set.md), [ambiguous-solution](tags/ambiguous-solution.md) | [day_24.ex](../lib/2015/day_24.ex) |
175+
| 2019 | [18](https://adventofcode.com/2019/day/18) | [Many-Worlds Interpretation](https://adventofcode.com/2019/day/18) | [graph](tags/graph.md), [dijkstra](tags/dijkstra.md), [implicit-graph](tags/implicit-graph.md), [bitmask](tags/bitmask.md), [state-space-search](tags/state-space-search.md) | [day_18.ex](../lib/2019/day_18.ex) |
171176
| 2020 | [20](https://adventofcode.com/2020/day/20) | [Jurassic Jigsaw](https://adventofcode.com/2020/day/20) | [geometry](tags/geometry.md), [rotation](tags/rotation.md), [half-done](tags/half-done.md) | [day_20.ex](../lib/2020/day_20.ex) |
172177
| 2021 | [21](https://adventofcode.com/2021/day/21) | [Dirac Dice](https://adventofcode.com/2021/day/21) | [slow](tags/slow.md), [needs-improvement](tags/needs-improvement.md) | [day_21.ex](../lib/2021/day_21.ex) |
173178
| 2022 | [15](https://adventofcode.com/2022/day/15) | [Beacon Exclusion Zone](https://adventofcode.com/2022/day/15) | [erlang](tags/erlang.md), [slow](tags/slow.md), [large-number](tags/large-number.md), [geometry2d](tags/geometry2d.md) | [day_15.ex](../lib/2022/day_15.ex) |

β€Žwiki/tags/a-star.mdβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@
44

55
| Year | Day | Title | Difficulty | Other Tags | Source |
66
|------|:---:|-------|:----------:|------------|--------|
7+
| 2016 | [13](https://adventofcode.com/2016/day/13) | [A Maze of Twisty Little Cubicles](https://adventofcode.com/2016/day/13) | 🟠 | [graph](graph.md), [implicit-graph](implicit-graph.md), [shortest-path](shortest-path.md), [bfs](bfs.md) | [day_13.ex](../../lib/2016/day_13.ex) |
78
| 2022 | [24](https://adventofcode.com/2022/day/24) | [Blizzard Basin](https://adventofcode.com/2022/day/24) | 🟠 | [graph](graph.md), [implicit-graph](implicit-graph.md), [shortest-path](shortest-path.md) | [day_24.ex](../../lib/2022/day_24.ex) |

β€Žwiki/tags/bfs.mdβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@
44

55
| Year | Day | Title | Difficulty | Other Tags | Source |
66
|------|:---:|-------|:----------:|------------|--------|
7+
| 2016 | [13](https://adventofcode.com/2016/day/13) | [A Maze of Twisty Little Cubicles](https://adventofcode.com/2016/day/13) | 🟠 | [graph](graph.md), [implicit-graph](implicit-graph.md), [shortest-path](shortest-path.md), [a-star](a-star.md) | [day_13.ex](../../lib/2016/day_13.ex) |
78
| 2023 | [10](https://adventofcode.com/2023/day/10) | [Pipe Maze](https://adventofcode.com/2023/day/10) | πŸ’€ | [graph](graph.md), [grid](grid.md) | [day_10.ex](../../lib/2023/day_10.ex) |

β€Žwiki/tags/bitmask.mdβ€Ž

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Tag: `bitmask`
2+
3+
[← Tags Index](index.md) | [← Home](../../README.md)
4+
5+
| Year | Day | Title | Difficulty | Other Tags | Source |
6+
|------|:---:|-------|:----------:|------------|--------|
7+
| 2019 | [18](https://adventofcode.com/2019/day/18) | [Many-Worlds Interpretation](https://adventofcode.com/2019/day/18) | πŸ’€ | [graph](graph.md), [dijkstra](dijkstra.md), [implicit-graph](implicit-graph.md), [state-space-search](state-space-search.md) | [day_18.ex](../../lib/2019/day_18.ex) |

β€Žwiki/tags/connectivity.mdβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@
55
| Year | Day | Title | Difficulty | Other Tags | Source |
66
|------|:---:|-------|:----------:|------------|--------|
77
| 2017 | [12](https://adventofcode.com/2017/day/12) | [Digital Plumber](https://adventofcode.com/2017/day/12) | 🟑 | [graph](graph.md) | [day_12.ex](../../lib/2017/day_12.ex) |
8+
| 2018 | [25](https://adventofcode.com/2018/day/25) | [Four-Dimensional Adventure](https://adventofcode.com/2018/day/25) | 🟠 | [graph](graph.md), [constellation](constellation.md) | [day_25.ex](../../lib/2018/day_25.ex) |
89
| 2021 | [9](https://adventofcode.com/2021/day/9) | [Smoke Basin](https://adventofcode.com/2021/day/9) | 🟠 | [graph](graph.md), [grid](grid.md) | [day_09.ex](../../lib/2021/day_09.ex) |

0 commit comments

Comments
Β (0)