Skip to content

Commit cbf9611

Browse files
committed
Revisit -> Needs Improvement
1 parent 595bf4e commit cbf9611

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

lib/2015/day_15.ex

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ defmodule AdventOfCode.Y2015.Day15 do
33
--- Day 15: Science for Hungry People ---
44
Problem Link: https://adventofcode.com/2015/day/15
55
Difficulty: m
6-
Tags: quadratic-time not-fast-enough sequence revisit
6+
Tags: quadratic-time not-fast-enough sequence needs-improvement
77
"""
88
alias AdventOfCode.Helpers.{InputReader, Transformers}
99

lib/2015/day_19.ex

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ defmodule AdventOfCode.Y2015.Day19 do
33
--- Day 19: Medicine for Rudolph ---
44
Problem Link: https://adventofcode.com/2015/day/19
55
Difficulty: m
6-
Tags: not-fast-enough revisit vector random-access
6+
Tags: not-fast-enough needs-improvement vector random-access
77
88
Helpful Tips for Part II: (,) analogy
99
https://www.reddit.com/r/adventofcode/comments/3xflz8/day_19_solutions/cy4etju

lib/2022/day_12.ex

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ defmodule AdventOfCode.Y2022.Day12 do
33
--- Day 12: Hill Climbing Algorithm ---
44
Problem Link: https://adventofcode.com/2022/day/12
55
Difficulty: m
6-
Tags: graph graph-traversal slow revisit
6+
Tags: graph graph-traversal slow needs-improvement
77
"""
88
alias AdventOfCode.Algorithms.Grid
99
alias AdventOfCode.Helpers.{InputReader, Transformers}

lib/2022/day_19.ex

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ defmodule AdventOfCode.Y2022.Day19 do
33
--- Day 19: Not Enough Minerals ---
44
Problem Link: https://adventofcode.com/2022/day/19
55
Difficulty: xl
6-
Tags: erlang slow revisit grid walk optimization
6+
Tags: erlang slow needs-improvement grid walk optimization
77
"""
88
alias AdventOfCode.Helpers.InputReader
99

0 commit comments

Comments
 (0)