Skip to content

Commit e934882

Browse files
committed
Update stats; Remove xxl
1 parent ff62e64 commit e934882

22 files changed

Lines changed: 76 additions & 20 deletions

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ If you want to update the `README.md` (i.e. this file) please do not update `REA
3838
Note: All files mentioned above are autogenerated and are created by running `python3 scripts/gen_wiki.py`.
3939

4040
<!-- STATS_START -->
41-
> **160 problems solved** across **10 years**[Tags](wiki/tags/index.md) · [Difficulty](wiki/difficulty.md)
41+
> **162 problems solved** across **10 years**[Tags](wiki/tags/index.md) · [Difficulty](wiki/difficulty.md)
4242
4343
**Years:** [2015](lib/2015/README.md) | [2016](lib/2016/README.md) | [2017](lib/2017/README.md) | [2018](lib/2018/README.md) | [2019](lib/2019/README.md) | [2020](lib/2020/README.md) | [2021](lib/2021/README.md) | [2022](lib/2022/README.md) | [2023](lib/2023/README.md) | [2024](lib/2024/README.md)
4444

@@ -61,18 +61,18 @@ Note: All files mentioned above are autogenerated and are created by running `py
6161
| 15 | [](https://adventofcode.com/2015/day/15) | | [](https://adventofcode.com/2017/day/15) | | | [](https://adventofcode.com/2020/day/15) | [](https://adventofcode.com/2021/day/15) | [](https://adventofcode.com/2022/day/15) | [](https://adventofcode.com/2023/day/15) | |
6262
| 16 | [](https://adventofcode.com/2015/day/16) | | [](https://adventofcode.com/2017/day/16) | | | [](https://adventofcode.com/2020/day/16) | [](https://adventofcode.com/2021/day/16) | [](https://adventofcode.com/2022/day/16) | [](https://adventofcode.com/2023/day/16) | |
6363
| 17 | [](https://adventofcode.com/2015/day/17) | | [](https://adventofcode.com/2017/day/17) | | | | | | [](https://adventofcode.com/2023/day/17) | |
64-
| 18 | [](https://adventofcode.com/2015/day/18) | | | | [](https://adventofcode.com/2019/day/18) | [](https://adventofcode.com/2020/day/18) | | [](https://adventofcode.com/2022/day/18) | [](https://adventofcode.com/2023/day/18) | |
64+
| 18 | [](https://adventofcode.com/2015/day/18) | | | | [](https://adventofcode.com/2019/day/18) | [](https://adventofcode.com/2020/day/18) | | [](https://adventofcode.com/2022/day/18) | [](https://adventofcode.com/2023/day/18) | [](https://adventofcode.com/2024/day/18) |
6565
| 19 | [](https://adventofcode.com/2015/day/19) | | | | | [](https://adventofcode.com/2020/day/19) | | [](https://adventofcode.com/2022/day/19) | [](https://adventofcode.com/2023/day/19) | |
6666
| 20 | [](https://adventofcode.com/2015/day/20) | | | | | [](https://adventofcode.com/2020/day/20) | | [](https://adventofcode.com/2022/day/20) | | |
6767
| 21 | [](https://adventofcode.com/2015/day/21) | | | | | [](https://adventofcode.com/2020/day/21) | [](https://adventofcode.com/2021/day/21) | [](https://adventofcode.com/2022/day/21) | | |
6868
| 22 | | | | | | [](https://adventofcode.com/2020/day/22) | | [](https://adventofcode.com/2022/day/22) | [](https://adventofcode.com/2023/day/22) | |
69-
| 23 | [](https://adventofcode.com/2015/day/23) | | [](https://adventofcode.com/2017/day/23) | | | [](https://adventofcode.com/2020/day/23) | | [](https://adventofcode.com/2022/day/23) | [](https://adventofcode.com/2023/day/23) | |
69+
| 23 | [](https://adventofcode.com/2015/day/23) | | [](https://adventofcode.com/2017/day/23) | | | [](https://adventofcode.com/2020/day/23) | | [](https://adventofcode.com/2022/day/23) | [](https://adventofcode.com/2023/day/23) | [](https://adventofcode.com/2024/day/23) |
7070
| 24 | [](https://adventofcode.com/2015/day/24) | [](https://adventofcode.com/2016/day/24) | | | | [](https://adventofcode.com/2020/day/24) | | [](https://adventofcode.com/2022/day/24) | [](https://adventofcode.com/2023/day/24) | |
7171
| 25 | [](https://adventofcode.com/2015/day/25) | | | [](https://adventofcode.com/2018/day/25) | | [](https://adventofcode.com/2020/day/25) | [](https://adventofcode.com/2021/day/25) | [](https://adventofcode.com/2022/day/25) | [](https://adventofcode.com/2023/day/25) | |
7272

7373
### 🏷️ Tags
7474

75-
[grid](wiki/tags/grid.md)&nbsp;`26` [sequence](wiki/tags/sequence.md)&nbsp;`25` [graph](wiki/tags/graph.md)&nbsp;`19` [set](wiki/tags/set.md)&nbsp;`16` [slow](wiki/tags/slow.md)&nbsp;`16` [rust](wiki/tags/rust.md)&nbsp;`15` [not-fast-enough](wiki/tags/not-fast-enough.md)&nbsp;`13` [op-code](wiki/tags/op-code.md)&nbsp;`12` [erlang](wiki/tags/erlang.md)&nbsp;`10` [recursion](wiki/tags/recursion.md)&nbsp;`8` [reduction](wiki/tags/reduction.md)&nbsp;`8` [walk](wiki/tags/walk.md)&nbsp;`7` [half-done](wiki/tags/half-done.md)&nbsp;`6` [vector](wiki/tags/vector.md)&nbsp;`6` [arithmetic](wiki/tags/arithmetic.md)&nbsp;`5` [count](wiki/tags/count.md)&nbsp;`5` [geometry2d](wiki/tags/geometry2d.md)&nbsp;`5` [memoization](wiki/tags/memoization.md)&nbsp;`5` [random-access](wiki/tags/random-access.md)&nbsp;`5` [regex](wiki/tags/regex.md)&nbsp;`5` [validation](wiki/tags/validation.md)&nbsp;`5` [bitwise](wiki/tags/bitwise.md)&nbsp;`4` [map](wiki/tags/map.md)&nbsp;`4` [matrix](wiki/tags/matrix.md)&nbsp;`4` [measurement](wiki/tags/measurement.md)&nbsp;`4` [modular-arithmetic](wiki/tags/modular-arithmetic.md)&nbsp;`4` [needs-improvement](wiki/tags/needs-improvement.md)&nbsp;`4` [optimization](wiki/tags/optimization.md)&nbsp;`4` [parse-heavy](wiki/tags/parse-heavy.md)&nbsp;`4` [range](wiki/tags/range.md)&nbsp;`4` [shortest-path](wiki/tags/shortest-path.md)&nbsp;`4` [sliding-window](wiki/tags/sliding-window.md)&nbsp;`4` [annoying](wiki/tags/annoying.md)&nbsp;`3` [calculation](wiki/tags/calculation.md)&nbsp;`3` [combinatorics](wiki/tags/combinatorics.md)&nbsp;`3` [connectivity](wiki/tags/connectivity.md)&nbsp;`3` [geometry](wiki/tags/geometry.md)&nbsp;`3` [hash](wiki/tags/hash.md)&nbsp;`3` [implicit-graph](wiki/tags/implicit-graph.md)&nbsp;`3` [large-number](wiki/tags/large-number.md)&nbsp;`3` [linked-list](wiki/tags/linked-list.md)&nbsp;`3` [number-theory](wiki/tags/number-theory.md)&nbsp;`3` [revisit](wiki/tags/revisit.md)&nbsp;`3` [rotation](wiki/tags/rotation.md)&nbsp;`3` [sort](wiki/tags/sort.md)&nbsp;`3` [visual-result](wiki/tags/visual-result.md)&nbsp;`3` [a-star](wiki/tags/a-star.md)&nbsp;`2` [bfs](wiki/tags/bfs.md)&nbsp;`2` [checksum](wiki/tags/checksum.md)&nbsp;`2` [circular-linked-list](wiki/tags/circular-linked-list.md)&nbsp;`2` [dijkstra](wiki/tags/dijkstra.md)&nbsp;`2` [emulation](wiki/tags/emulation.md)&nbsp;`2` [flood-fill](wiki/tags/flood-fill.md)&nbsp;`2` [fsm](wiki/tags/fsm.md)&nbsp;`2` [geometry3d](wiki/tags/geometry3d.md)&nbsp;`2` [graph-traversal](wiki/tags/graph-traversal.md)&nbsp;`2` [hexagon](wiki/tags/hexagon.md)&nbsp;`2` [int-code](wiki/tags/int-code.md)&nbsp;`2` [json](wiki/tags/json.md)&nbsp;`2` [md5](wiki/tags/md5.md)&nbsp;`2` [pattern-matching](wiki/tags/pattern-matching.md)&nbsp;`2` [routing](wiki/tags/routing.md)&nbsp;`2` [simulation](wiki/tags/simulation.md)&nbsp;`2` [stack](wiki/tags/stack.md)&nbsp;`2` [string](wiki/tags/string.md)&nbsp;`2` [string-encoding](wiki/tags/string-encoding.md)&nbsp;`2` [table-lookup](wiki/tags/table-lookup.md)&nbsp;`2` [topological-sort](wiki/tags/topological-sort.md)&nbsp;`2` [unfold](wiki/tags/unfold.md)&nbsp;`2` [algebra](wiki/tags/algebra.md)&nbsp;`1` [ambiguous-solution](wiki/tags/ambiguous-solution.md)&nbsp;`1` [binary-space](wiki/tags/binary-space.md)&nbsp;`1` [bitmask](wiki/tags/bitmask.md)&nbsp;`1` [brute-force](wiki/tags/brute-force.md)&nbsp;`1` [char-sequence](wiki/tags/char-sequence.md)&nbsp;`1` [chinese-remainder](wiki/tags/chinese-remainder.md)&nbsp;`1` [concurrency](wiki/tags/concurrency.md)&nbsp;`1` [constellation](wiki/tags/constellation.md)&nbsp;`1` [data-modelling](wiki/tags/data-modelling.md)&nbsp;`1` [date-time](wiki/tags/date-time.md)&nbsp;`1` [dfs](wiki/tags/dfs.md)&nbsp;`1` [digraph](wiki/tags/digraph.md)&nbsp;`1` [disjoint-set](wiki/tags/disjoint-set.md)&nbsp;`1` [double-parse](wiki/tags/double-parse.md)&nbsp;`1` [dynamic-programming](wiki/tags/dynamic-programming.md)&nbsp;`1` [floyd-warshall](wiki/tags/floyd-warshall.md)&nbsp;`1` [game](wiki/tags/game.md)&nbsp;`1` [gb-tree](wiki/tags/gb-tree.md)&nbsp;`1` [graph-route](wiki/tags/graph-route.md)&nbsp;`1` [hard-description](wiki/tags/hard-description.md)&nbsp;`1` [infinite-sequence](wiki/tags/infinite-sequence.md)&nbsp;`1` [inline-input](wiki/tags/inline-input.md)&nbsp;`1` [johnsons-algorithm](wiki/tags/johnsons-algorithm.md)&nbsp;`1` [list](wiki/tags/list.md)&nbsp;`1` [live-book](wiki/tags/live-book.md)&nbsp;`1` [longest-path](wiki/tags/longest-path.md)&nbsp;`1` [mask](wiki/tags/mask.md)&nbsp;`1` [min-cut](wiki/tags/min-cut.md)&nbsp;`1` [number-system](wiki/tags/number-system.md)&nbsp;`1` [operator-precedence](wiki/tags/operator-precedence.md)&nbsp;`1` [ordered-map](wiki/tags/ordered-map.md)&nbsp;`1` [palindrome](wiki/tags/palindrome.md)&nbsp;`1` [parser](wiki/tags/parser.md)&nbsp;`1` [partitioning](wiki/tags/partitioning.md)&nbsp;`1` [path-finding](wiki/tags/path-finding.md)&nbsp;`1` [power-set](wiki/tags/power-set.md)&nbsp;`1` [quadratic](wiki/tags/quadratic.md)&nbsp;`1` [quadratic-time](wiki/tags/quadratic-time.md)&nbsp;`1` [refactor](wiki/tags/refactor.md)&nbsp;`1` [spiral](wiki/tags/spiral.md)&nbsp;`1` [state-space](wiki/tags/state-space.md)&nbsp;`1` [state-space-search](wiki/tags/state-space-search.md)&nbsp;`1` [strategy](wiki/tags/strategy.md)&nbsp;`1` [string-result](wiki/tags/string-result.md)&nbsp;`1` [surface](wiki/tags/surface.md)&nbsp;`1` [traversal](wiki/tags/traversal.md)&nbsp;`1` [tree](wiki/tags/tree.md)&nbsp;`1` [trigonometry](wiki/tags/trigonometry.md)&nbsp;`1` [tsp](wiki/tags/tsp.md)&nbsp;`1` [visualized](wiki/tags/visualized.md)&nbsp;`1` [walk3d](wiki/tags/walk3d.md)&nbsp;`1`
75+
[grid](wiki/tags/grid.md)&nbsp;`26` [sequence](wiki/tags/sequence.md)&nbsp;`25` [graph](wiki/tags/graph.md)&nbsp;`21` [set](wiki/tags/set.md)&nbsp;`16` [slow](wiki/tags/slow.md)&nbsp;`16` [rust](wiki/tags/rust.md)&nbsp;`15` [not-fast-enough](wiki/tags/not-fast-enough.md)&nbsp;`13` [op-code](wiki/tags/op-code.md)&nbsp;`12` [erlang](wiki/tags/erlang.md)&nbsp;`10` [recursion](wiki/tags/recursion.md)&nbsp;`8` [reduction](wiki/tags/reduction.md)&nbsp;`8` [walk](wiki/tags/walk.md)&nbsp;`7` [half-done](wiki/tags/half-done.md)&nbsp;`6` [vector](wiki/tags/vector.md)&nbsp;`6` [arithmetic](wiki/tags/arithmetic.md)&nbsp;`5` [count](wiki/tags/count.md)&nbsp;`5` [geometry2d](wiki/tags/geometry2d.md)&nbsp;`5` [memoization](wiki/tags/memoization.md)&nbsp;`5` [random-access](wiki/tags/random-access.md)&nbsp;`5` [regex](wiki/tags/regex.md)&nbsp;`5` [shortest-path](wiki/tags/shortest-path.md)&nbsp;`5` [validation](wiki/tags/validation.md)&nbsp;`5` [bitwise](wiki/tags/bitwise.md)&nbsp;`4` [map](wiki/tags/map.md)&nbsp;`4` [matrix](wiki/tags/matrix.md)&nbsp;`4` [measurement](wiki/tags/measurement.md)&nbsp;`4` [modular-arithmetic](wiki/tags/modular-arithmetic.md)&nbsp;`4` [needs-improvement](wiki/tags/needs-improvement.md)&nbsp;`4` [optimization](wiki/tags/optimization.md)&nbsp;`4` [parse-heavy](wiki/tags/parse-heavy.md)&nbsp;`4` [range](wiki/tags/range.md)&nbsp;`4` [sliding-window](wiki/tags/sliding-window.md)&nbsp;`4` [annoying](wiki/tags/annoying.md)&nbsp;`3` [calculation](wiki/tags/calculation.md)&nbsp;`3` [combinatorics](wiki/tags/combinatorics.md)&nbsp;`3` [connectivity](wiki/tags/connectivity.md)&nbsp;`3` [dijkstra](wiki/tags/dijkstra.md)&nbsp;`3` [geometry](wiki/tags/geometry.md)&nbsp;`3` [hash](wiki/tags/hash.md)&nbsp;`3` [implicit-graph](wiki/tags/implicit-graph.md)&nbsp;`3` [large-number](wiki/tags/large-number.md)&nbsp;`3` [linked-list](wiki/tags/linked-list.md)&nbsp;`3` [number-theory](wiki/tags/number-theory.md)&nbsp;`3` [revisit](wiki/tags/revisit.md)&nbsp;`3` [rotation](wiki/tags/rotation.md)&nbsp;`3` [sort](wiki/tags/sort.md)&nbsp;`3` [visual-result](wiki/tags/visual-result.md)&nbsp;`3` [a-star](wiki/tags/a-star.md)&nbsp;`2` [bfs](wiki/tags/bfs.md)&nbsp;`2` [checksum](wiki/tags/checksum.md)&nbsp;`2` [circular-linked-list](wiki/tags/circular-linked-list.md)&nbsp;`2` [emulation](wiki/tags/emulation.md)&nbsp;`2` [flood-fill](wiki/tags/flood-fill.md)&nbsp;`2` [fsm](wiki/tags/fsm.md)&nbsp;`2` [geometry3d](wiki/tags/geometry3d.md)&nbsp;`2` [graph-traversal](wiki/tags/graph-traversal.md)&nbsp;`2` [hexagon](wiki/tags/hexagon.md)&nbsp;`2` [int-code](wiki/tags/int-code.md)&nbsp;`2` [json](wiki/tags/json.md)&nbsp;`2` [md5](wiki/tags/md5.md)&nbsp;`2` [pattern-matching](wiki/tags/pattern-matching.md)&nbsp;`2` [routing](wiki/tags/routing.md)&nbsp;`2` [simulation](wiki/tags/simulation.md)&nbsp;`2` [stack](wiki/tags/stack.md)&nbsp;`2` [string](wiki/tags/string.md)&nbsp;`2` [string-encoding](wiki/tags/string-encoding.md)&nbsp;`2` [table-lookup](wiki/tags/table-lookup.md)&nbsp;`2` [topological-sort](wiki/tags/topological-sort.md)&nbsp;`2` [unfold](wiki/tags/unfold.md)&nbsp;`2` [algebra](wiki/tags/algebra.md)&nbsp;`1` [ambiguous-solution](wiki/tags/ambiguous-solution.md)&nbsp;`1` [binary-search](wiki/tags/binary-search.md)&nbsp;`1` [binary-space](wiki/tags/binary-space.md)&nbsp;`1` [bitmask](wiki/tags/bitmask.md)&nbsp;`1` [bron-kerbosch](wiki/tags/bron-kerbosch.md)&nbsp;`1` [brute-force](wiki/tags/brute-force.md)&nbsp;`1` [char-sequence](wiki/tags/char-sequence.md)&nbsp;`1` [chinese-remainder](wiki/tags/chinese-remainder.md)&nbsp;`1` [clique](wiki/tags/clique.md)&nbsp;`1` [concurrency](wiki/tags/concurrency.md)&nbsp;`1` [constellation](wiki/tags/constellation.md)&nbsp;`1` [data-modelling](wiki/tags/data-modelling.md)&nbsp;`1` [date-time](wiki/tags/date-time.md)&nbsp;`1` [dfs](wiki/tags/dfs.md)&nbsp;`1` [digraph](wiki/tags/digraph.md)&nbsp;`1` [disjoint-set](wiki/tags/disjoint-set.md)&nbsp;`1` [double-parse](wiki/tags/double-parse.md)&nbsp;`1` [dynamic-programming](wiki/tags/dynamic-programming.md)&nbsp;`1` [floyd-warshall](wiki/tags/floyd-warshall.md)&nbsp;`1` [game](wiki/tags/game.md)&nbsp;`1` [gb-tree](wiki/tags/gb-tree.md)&nbsp;`1` [graph-route](wiki/tags/graph-route.md)&nbsp;`1` [grid-traversal](wiki/tags/grid-traversal.md)&nbsp;`1` [hard-description](wiki/tags/hard-description.md)&nbsp;`1` [infinite-sequence](wiki/tags/infinite-sequence.md)&nbsp;`1` [inline-input](wiki/tags/inline-input.md)&nbsp;`1` [johnsons-algorithm](wiki/tags/johnsons-algorithm.md)&nbsp;`1` [lan-party](wiki/tags/lan-party.md)&nbsp;`1` [list](wiki/tags/list.md)&nbsp;`1` [live-book](wiki/tags/live-book.md)&nbsp;`1` [longest-path](wiki/tags/longest-path.md)&nbsp;`1` [mask](wiki/tags/mask.md)&nbsp;`1` [maximum-clique](wiki/tags/maximum-clique.md)&nbsp;`1` [min-cut](wiki/tags/min-cut.md)&nbsp;`1` [number-system](wiki/tags/number-system.md)&nbsp;`1` [operator-precedence](wiki/tags/operator-precedence.md)&nbsp;`1` [ordered-map](wiki/tags/ordered-map.md)&nbsp;`1` [palindrome](wiki/tags/palindrome.md)&nbsp;`1` [parser](wiki/tags/parser.md)&nbsp;`1` [partitioning](wiki/tags/partitioning.md)&nbsp;`1` [path-finding](wiki/tags/path-finding.md)&nbsp;`1` [power-set](wiki/tags/power-set.md)&nbsp;`1` [quadratic](wiki/tags/quadratic.md)&nbsp;`1` [quadratic-time](wiki/tags/quadratic-time.md)&nbsp;`1` [refactor](wiki/tags/refactor.md)&nbsp;`1` [spiral](wiki/tags/spiral.md)&nbsp;`1` [state-space](wiki/tags/state-space.md)&nbsp;`1` [state-space-search](wiki/tags/state-space-search.md)&nbsp;`1` [strategy](wiki/tags/strategy.md)&nbsp;`1` [string-result](wiki/tags/string-result.md)&nbsp;`1` [surface](wiki/tags/surface.md)&nbsp;`1` [traversal](wiki/tags/traversal.md)&nbsp;`1` [tree](wiki/tags/tree.md)&nbsp;`1` [trigonometry](wiki/tags/trigonometry.md)&nbsp;`1` [tsp](wiki/tags/tsp.md)&nbsp;`1` [visualized](wiki/tags/visualized.md)&nbsp;`1` [walk3d](wiki/tags/walk3d.md)&nbsp;`1`
7676
<!-- STATS_END -->
7777

7878

lib/2022/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
| [19](https://adventofcode.com/2022/day/19) | [Not Enough Minerals](https://adventofcode.com/2022/day/19) | 💀 | [erlang](../../wiki/tags/erlang.md), [slow](../../wiki/tags/slow.md), [needs-improvement](../../wiki/tags/needs-improvement.md), [grid](../../wiki/tags/grid.md), [optimization](../../wiki/tags/optimization.md) | [day_19.ex](day_19.ex) |
2929
| [20](https://adventofcode.com/2022/day/20) | [Grove Positioning System](https://adventofcode.com/2022/day/20) | 🟠 | [slow](../../wiki/tags/slow.md), [vector](../../wiki/tags/vector.md), [sequence](../../wiki/tags/sequence.md), [large-number](../../wiki/tags/large-number.md), [random-access](../../wiki/tags/random-access.md) | [day_20.ex](day_20.ex) |
3030
| [21](https://adventofcode.com/2022/day/21) | [Monkey Math](https://adventofcode.com/2022/day/21) | 🟡 | [erlang](../../wiki/tags/erlang.md), [op-code](../../wiki/tags/op-code.md), [large-number](../../wiki/tags/large-number.md), [arithmetic](../../wiki/tags/arithmetic.md) | [day_21.ex](day_21.ex) |
31-
| [22](https://adventofcode.com/2022/day/22) | [Monkey Map](https://adventofcode.com/2022/day/22) | 🟠 | [half-done](../../wiki/tags/half-done.md), [geometry3d](../../wiki/tags/geometry3d.md), [walk3d](../../wiki/tags/walk3d.md) | [day_22.ex](day_22.ex) |
31+
| [22](https://adventofcode.com/2022/day/22) | [Monkey Map](https://adventofcode.com/2022/day/22) | 💀 | [half-done](../../wiki/tags/half-done.md), [geometry3d](../../wiki/tags/geometry3d.md), [walk3d](../../wiki/tags/walk3d.md) | [day_22.ex](day_22.ex) |
3232
| [23](https://adventofcode.com/2022/day/23) | [Unstable Diffusion](https://adventofcode.com/2022/day/23) | 🟠 | [erlang](../../wiki/tags/erlang.md), [slow](../../wiki/tags/slow.md), [grid](../../wiki/tags/grid.md), [walk](../../wiki/tags/walk.md) | [day_23.ex](day_23.ex) |
3333
| [24](https://adventofcode.com/2022/day/24) | [Blizzard Basin](https://adventofcode.com/2022/day/24) | 🟠 | [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) | [day_24.ex](day_24.ex) |
3434
| [25](https://adventofcode.com/2022/day/25) | [Full of Hot Air](https://adventofcode.com/2022/day/25) | 🟠 | [number-system](../../wiki/tags/number-system.md) | [day_25.ex](day_25.ex) |

lib/2022/day_22.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule AdventOfCode.Y2022.Day22 do
22
@moduledoc """
33
--- Day 22: Monkey Map ---
44
Problem Link: https://adventofcode.com/2022/day/22
5-
Difficulty: xxl
5+
Difficulty: xl
66
Tags: half-done geometry3d walk3d
77
"""
88
alias AdventOfCode.Algorithms.Grid

lib/2023/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@
2929
| [19](https://adventofcode.com/2023/day/19) | [Aplenty](https://adventofcode.com/2023/day/19) | 🔴 | [op-code](../../wiki/tags/op-code.md), [parse-heavy](../../wiki/tags/parse-heavy.md) | [day_19.ex](day_19.ex) |
3030
| [22](https://adventofcode.com/2023/day/22) | [Sand Slabs](https://adventofcode.com/2023/day/22) | 💀 | [stack](../../wiki/tags/stack.md), [range](../../wiki/tags/range.md), [not-fast-enough](../../wiki/tags/not-fast-enough.md) | [day_22.ex](day_22.ex) |
3131
| [23](https://adventofcode.com/2023/day/23) | [A Long Walk](https://adventofcode.com/2023/day/23) | 💀 | [graph](../../wiki/tags/graph.md), [longest-path](../../wiki/tags/longest-path.md) | [day_23.ex](day_23.ex) |
32-
| [24](https://adventofcode.com/2023/day/24) | [Never Tell Me The Odds](https://adventofcode.com/2023/day/24) | 🟠 | [geometry2d](../../wiki/tags/geometry2d.md), [refactor](../../wiki/tags/refactor.md) | [day_24.ex](day_24.ex) |
32+
| [24](https://adventofcode.com/2023/day/24) | [Never Tell Me The Odds](https://adventofcode.com/2023/day/24) | 💀 | [geometry2d](../../wiki/tags/geometry2d.md), [refactor](../../wiki/tags/refactor.md) | [day_24.ex](day_24.ex) |
3333
| [25](https://adventofcode.com/2023/day/25) | [Snowverload](https://adventofcode.com/2023/day/25) | 🔴 | [graph](../../wiki/tags/graph.md), [min-cut](../../wiki/tags/min-cut.md) | [day_25.ex](day_25.ex) |

lib/2023/day_24.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule AdventOfCode.Y2023.Day24 do
22
@moduledoc """
33
--- Day 24: Never Tell Me The Odds ---
44
Problem Link: https://adventofcode.com/2023/day/24
5-
Difficulty: xxl
5+
Difficulty: xl
66
Tags: geometry2d refactor
77
"""
88
alias AdventOfCode.Helpers.{InputReader, Transformers}

0 commit comments

Comments
 (0)