File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ defmodule AdventOfCode.Y2015.Day15 do
3
3
--- Day 15: Science for Hungry People ---
4
4
Problem Link: https://adventofcode.com/2015/day/15
5
5
Difficulty: m
6
- Tags: quadratic-time not-fast-enough sequence revisit
6
+ Tags: quadratic-time not-fast-enough sequence needs-improvement
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.Y2015.Day19 do
3
3
--- Day 19: Medicine for Rudolph ---
4
4
Problem Link: https://adventofcode.com/2015/day/19
5
5
Difficulty: m
6
- Tags: not-fast-enough revisit vector random-access
6
+ Tags: not-fast-enough needs-improvement vector random-access
7
7
8
8
Helpful Tips for Part II: (,) analogy
9
9
https://www.reddit.com/r/adventofcode/comments/3xflz8/day_19_solutions/cy4etju
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ defmodule AdventOfCode.Y2022.Day12 do
3
3
--- Day 12: Hill Climbing Algorithm ---
4
4
Problem Link: https://adventofcode.com/2022/day/12
5
5
Difficulty: m
6
- Tags: graph graph-traversal slow revisit
6
+ Tags: graph graph-traversal slow needs-improvement
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.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 revisit grid walk optimization
6
+ Tags: erlang slow needs-improvement grid walk optimization
7
7
"""
8
8
alias AdventOfCode.Helpers.InputReader
9
9
You can’t perform that action at this time.
0 commit comments