Skip to content

Commit 3fe39ed

Browse files
committed
Refine some tags
1 parent 1b4c937 commit 3fe39ed

13 files changed

+13
-13
lines changed

lib/2015/day_03.ex

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ defmodule AdventOfCode.Y2015.Day03 do
33
--- Day 3: Perfectly Spherical Houses in a Vacuum ---
44
Problem Link: https://adventofcode.com/2015/day/3
55
Difficulty: xs
6-
Tags: grid-walk set rust
6+
Tags: grid set rust
77
"""
88
alias AdventOfCode.Helpers.InputReader
99

lib/2015/day_12.ex

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ defmodule AdventOfCode.Y2015.Day12 do
33
--- Day 12: JSAbacusFramework.io ---
44
Problem Link: https://adventofcode.com/2015/day/12
55
Difficulty: xs
6-
Tags: json parsing
6+
Tags: json
77
"""
88
alias AdventOfCode.Helpers.InputReader
99

lib/2015/day_18.ex

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ defmodule AdventOfCode.Y2015.Day18 do
33
--- Day 18: Like a GIF For Your Yard ---
44
Problem Link: https://adventofcode.com/2015/day/18
55
Difficulty: m
6-
Tags: grid map bounded-box not-fast-enough
6+
Tags: grid map not-fast-enough
77
"""
88
alias AdventOfCode.Algorithms.Grid
99
alias AdventOfCode.Helpers.{InputReader, Transformers}

lib/2016/day_01.ex

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ defmodule AdventOfCode.Y2016.Day01 do
33
--- Day 1: No Time for a Taxicab ---
44
Problem Link: https://adventofcode.com/2016/day/1
55
Difficulty: s
6-
Tags: grid walk measurement set rust
6+
Tags: grid measurement set rust
77
"""
88
alias AdventOfCode.Helpers.{InputReader, Transformers}
99

lib/2016/day_02.ex

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ defmodule AdventOfCode.Y2016.Day02 do
33
--- Day 2: Bathroom Security ---
44
Problem Link: https://adventofcode.com/2016/day/2
55
Difficulty: xs
6-
Tags: grid walk bounded-box rust
6+
Tags: grid rust
77
"""
88
alias AdventOfCode.Helpers.{InputReader, Transformers}
99

lib/2018/day_06.ex

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ defmodule AdventOfCode.Y2018.Day06 do
33
--- Day 6: Chronal Coordinates ---
44
Problem Link: https://adventofcode.com/2018/day/6
55
Difficulty: s
6-
Tags: not-fast-enough grid measurement bounded-box
6+
Tags: not-fast-enough grid measurement
77
"""
88
alias AdventOfCode.Helpers.{InputReader, Transformers}
99

lib/2019/day_03.ex

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ defmodule AdventOfCode.Y2019.Day03 do
33
--- Day 3: Crossed Wires ---
44
Problem Link: https://adventofcode.com/2019/day/3
55
Difficulty: xs
6-
Tags: grid walk set not-fast-enough
6+
Tags: grid set not-fast-enough
77
"""
88
alias AdventOfCode.Helpers.{InputReader, Transformers}
99

lib/2021/day_02.ex

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ defmodule AdventOfCode.Y2021.Day02 do
33
--- Day 2: Dive! ---
44
Problem Link: https://adventofcode.com/2021/day/2
55
Difficulty: xs
6-
Tags: grid walk rust
6+
Tags: grid rust
77
"""
88
alias AdventOfCode.Helpers.{InputReader, Transformers}
99

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 needs-improvement grid walk optimization
6+
Tags: erlang slow needs-improvement grid optimization
77
"""
88
alias AdventOfCode.Helpers.InputReader
99

lib/2023/day_03.ex

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ defmodule AdventOfCode.Y2023.Day03 do
33
--- Day 3: Gear Ratios ---
44
Problem Link: https://adventofcode.com/2023/day/3
55
Difficulty: m
6-
Tags: grid-walk
6+
Tags: grid
77
"""
88
alias AdventOfCode.Algorithms.Grid
99
alias AdventOfCode.Helpers.{InputReader, Transformers}

lib/2023/day_14.ex

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ defmodule AdventOfCode.Y2023.Day14 do
33
--- Day 14: Parabolic Reflector Dish ---
44
Problem Link: https://adventofcode.com/2023/day/14
55
Difficulty: l
6-
Tags: grid grid-rotation modular-arithmetic memoization
6+
Tags: grid rotation modular-arithmetic memoization
77
"""
88
alias AdventOfCode.Helpers.{InputReader, Transformers}
99

lib/2023/day_16.ex

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ defmodule AdventOfCode.Y2023.Day16 do
33
--- Day 16: The Floor Will Be Lava ---
44
Problem Link: https://adventofcode.com/2023/day/16
55
Difficulty: l
6-
Tags: grid grid-walk memoization
6+
Tags: grid memoization
77
"""
88
alias AdventOfCode.Algorithms.Grid
99
alias AdventOfCode.Helpers.InputReader

lib/2023/day_19.ex

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ defmodule AdventOfCode.Y2023.Day19 do
33
--- Day 19: Aplenty ---
44
Problem Link: https://adventofcode.com/2023/day/19
55
Difficulty: l
6-
Tags: agent op-code parse-heavy
6+
Tags: op-code parse-heavy
77
"""
88
alias AdventOfCode.Helpers.{InputReader, Transformers}
99

0 commit comments

Comments
 (0)