File tree 13 files changed +13
-13
lines changed
13 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ defmodule AdventOfCode.Y2015.Day03 do
3
3
--- Day 3: Perfectly Spherical Houses in a Vacuum ---
4
4
Problem Link: https://adventofcode.com/2015/day/3
5
5
Difficulty: xs
6
- Tags: grid-walk set rust
6
+ Tags: grid set rust
7
7
"""
8
8
alias AdventOfCode.Helpers.InputReader
9
9
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ defmodule AdventOfCode.Y2015.Day12 do
3
3
--- Day 12: JSAbacusFramework.io ---
4
4
Problem Link: https://adventofcode.com/2015/day/12
5
5
Difficulty: xs
6
- Tags: json parsing
6
+ Tags: json
7
7
"""
8
8
alias AdventOfCode.Helpers.InputReader
9
9
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ defmodule AdventOfCode.Y2015.Day18 do
3
3
--- Day 18: Like a GIF For Your Yard ---
4
4
Problem Link: https://adventofcode.com/2015/day/18
5
5
Difficulty: m
6
- Tags: grid map bounded-box not-fast-enough
6
+ Tags: grid map not-fast-enough
7
7
"""
8
8
alias AdventOfCode.Algorithms.Grid
9
9
alias AdventOfCode.Helpers . { InputReader , Transformers }
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ defmodule AdventOfCode.Y2016.Day01 do
3
3
--- Day 1: No Time for a Taxicab ---
4
4
Problem Link: https://adventofcode.com/2016/day/1
5
5
Difficulty: s
6
- Tags: grid walk measurement set rust
6
+ Tags: grid measurement set rust
7
7
"""
8
8
alias AdventOfCode.Helpers . { InputReader , Transformers }
9
9
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ defmodule AdventOfCode.Y2016.Day02 do
3
3
--- Day 2: Bathroom Security ---
4
4
Problem Link: https://adventofcode.com/2016/day/2
5
5
Difficulty: xs
6
- Tags: grid walk bounded-box rust
6
+ Tags: grid rust
7
7
"""
8
8
alias AdventOfCode.Helpers . { InputReader , Transformers }
9
9
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ defmodule AdventOfCode.Y2018.Day06 do
3
3
--- Day 6: Chronal Coordinates ---
4
4
Problem Link: https://adventofcode.com/2018/day/6
5
5
Difficulty: s
6
- Tags: not-fast-enough grid measurement bounded-box
6
+ Tags: not-fast-enough grid measurement
7
7
"""
8
8
alias AdventOfCode.Helpers . { InputReader , Transformers }
9
9
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ defmodule AdventOfCode.Y2019.Day03 do
3
3
--- Day 3: Crossed Wires ---
4
4
Problem Link: https://adventofcode.com/2019/day/3
5
5
Difficulty: xs
6
- Tags: grid walk set not-fast-enough
6
+ Tags: grid set not-fast-enough
7
7
"""
8
8
alias AdventOfCode.Helpers . { InputReader , Transformers }
9
9
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ defmodule AdventOfCode.Y2021.Day02 do
3
3
--- Day 2: Dive! ---
4
4
Problem Link: https://adventofcode.com/2021/day/2
5
5
Difficulty: xs
6
- Tags: grid walk rust
6
+ Tags: grid rust
7
7
"""
8
8
alias AdventOfCode.Helpers . { InputReader , Transformers }
9
9
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ defmodule AdventOfCode.Y2022.Day19 do
3
3
--- Day 19: Not Enough Minerals ---
4
4
Problem Link: https://adventofcode.com/2022/day/19
5
5
Difficulty: xl
6
- Tags: erlang slow needs-improvement grid walk optimization
6
+ Tags: erlang slow needs-improvement grid optimization
7
7
"""
8
8
alias AdventOfCode.Helpers.InputReader
9
9
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ defmodule AdventOfCode.Y2023.Day03 do
3
3
--- Day 3: Gear Ratios ---
4
4
Problem Link: https://adventofcode.com/2023/day/3
5
5
Difficulty: m
6
- Tags: grid-walk
6
+ Tags: grid
7
7
"""
8
8
alias AdventOfCode.Algorithms.Grid
9
9
alias AdventOfCode.Helpers . { InputReader , Transformers }
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ defmodule AdventOfCode.Y2023.Day14 do
3
3
--- Day 14: Parabolic Reflector Dish ---
4
4
Problem Link: https://adventofcode.com/2023/day/14
5
5
Difficulty: l
6
- Tags: grid grid- rotation modular-arithmetic memoization
6
+ Tags: grid rotation modular-arithmetic memoization
7
7
"""
8
8
alias AdventOfCode.Helpers . { InputReader , Transformers }
9
9
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ defmodule AdventOfCode.Y2023.Day16 do
3
3
--- Day 16: The Floor Will Be Lava ---
4
4
Problem Link: https://adventofcode.com/2023/day/16
5
5
Difficulty: l
6
- Tags: grid grid-walk memoization
6
+ Tags: grid memoization
7
7
"""
8
8
alias AdventOfCode.Algorithms.Grid
9
9
alias AdventOfCode.Helpers.InputReader
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ defmodule AdventOfCode.Y2023.Day19 do
3
3
--- Day 19: Aplenty ---
4
4
Problem Link: https://adventofcode.com/2023/day/19
5
5
Difficulty: l
6
- Tags: agent op-code parse-heavy
6
+ Tags: op-code parse-heavy
7
7
"""
8
8
alias AdventOfCode.Helpers . { InputReader , Transformers }
9
9
You can’t perform that action at this time.
0 commit comments