Skip to content

Commit

Permalink
Refine some tags
Browse files Browse the repository at this point in the history
  • Loading branch information
code-shoily committed Aug 17, 2024
1 parent 1b4c937 commit 3fe39ed
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion lib/2015/day_03.ex
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defmodule AdventOfCode.Y2015.Day03 do
--- Day 3: Perfectly Spherical Houses in a Vacuum ---
Problem Link: https://adventofcode.com/2015/day/3
Difficulty: xs
Tags: grid-walk set rust
Tags: grid set rust
"""
alias AdventOfCode.Helpers.InputReader

Expand Down
2 changes: 1 addition & 1 deletion lib/2015/day_12.ex
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defmodule AdventOfCode.Y2015.Day12 do
--- Day 12: JSAbacusFramework.io ---
Problem Link: https://adventofcode.com/2015/day/12
Difficulty: xs
Tags: json parsing
Tags: json
"""
alias AdventOfCode.Helpers.InputReader

Expand Down
2 changes: 1 addition & 1 deletion lib/2015/day_18.ex
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defmodule AdventOfCode.Y2015.Day18 do
--- Day 18: Like a GIF For Your Yard ---
Problem Link: https://adventofcode.com/2015/day/18
Difficulty: m
Tags: grid map bounded-box not-fast-enough
Tags: grid map not-fast-enough
"""
alias AdventOfCode.Algorithms.Grid
alias AdventOfCode.Helpers.{InputReader, Transformers}
Expand Down
2 changes: 1 addition & 1 deletion lib/2016/day_01.ex
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defmodule AdventOfCode.Y2016.Day01 do
--- Day 1: No Time for a Taxicab ---
Problem Link: https://adventofcode.com/2016/day/1
Difficulty: s
Tags: grid walk measurement set rust
Tags: grid measurement set rust
"""
alias AdventOfCode.Helpers.{InputReader, Transformers}

Expand Down
2 changes: 1 addition & 1 deletion lib/2016/day_02.ex
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defmodule AdventOfCode.Y2016.Day02 do
--- Day 2: Bathroom Security ---
Problem Link: https://adventofcode.com/2016/day/2
Difficulty: xs
Tags: grid walk bounded-box rust
Tags: grid rust
"""
alias AdventOfCode.Helpers.{InputReader, Transformers}

Expand Down
2 changes: 1 addition & 1 deletion lib/2018/day_06.ex
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defmodule AdventOfCode.Y2018.Day06 do
--- Day 6: Chronal Coordinates ---
Problem Link: https://adventofcode.com/2018/day/6
Difficulty: s
Tags: not-fast-enough grid measurement bounded-box
Tags: not-fast-enough grid measurement
"""
alias AdventOfCode.Helpers.{InputReader, Transformers}

Expand Down
2 changes: 1 addition & 1 deletion lib/2019/day_03.ex
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defmodule AdventOfCode.Y2019.Day03 do
--- Day 3: Crossed Wires ---
Problem Link: https://adventofcode.com/2019/day/3
Difficulty: xs
Tags: grid walk set not-fast-enough
Tags: grid set not-fast-enough
"""
alias AdventOfCode.Helpers.{InputReader, Transformers}

Expand Down
2 changes: 1 addition & 1 deletion lib/2021/day_02.ex
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defmodule AdventOfCode.Y2021.Day02 do
--- Day 2: Dive! ---
Problem Link: https://adventofcode.com/2021/day/2
Difficulty: xs
Tags: grid walk rust
Tags: grid rust
"""
alias AdventOfCode.Helpers.{InputReader, Transformers}

Expand Down
2 changes: 1 addition & 1 deletion lib/2022/day_19.ex
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defmodule AdventOfCode.Y2022.Day19 do
--- Day 19: Not Enough Minerals ---
Problem Link: https://adventofcode.com/2022/day/19
Difficulty: xl
Tags: erlang slow needs-improvement grid walk optimization
Tags: erlang slow needs-improvement grid optimization
"""
alias AdventOfCode.Helpers.InputReader

Expand Down
2 changes: 1 addition & 1 deletion lib/2023/day_03.ex
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defmodule AdventOfCode.Y2023.Day03 do
--- Day 3: Gear Ratios ---
Problem Link: https://adventofcode.com/2023/day/3
Difficulty: m
Tags: grid-walk
Tags: grid
"""
alias AdventOfCode.Algorithms.Grid
alias AdventOfCode.Helpers.{InputReader, Transformers}
Expand Down
2 changes: 1 addition & 1 deletion lib/2023/day_14.ex
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defmodule AdventOfCode.Y2023.Day14 do
--- Day 14: Parabolic Reflector Dish ---
Problem Link: https://adventofcode.com/2023/day/14
Difficulty: l
Tags: grid grid-rotation modular-arithmetic memoization
Tags: grid rotation modular-arithmetic memoization
"""
alias AdventOfCode.Helpers.{InputReader, Transformers}

Expand Down
2 changes: 1 addition & 1 deletion lib/2023/day_16.ex
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defmodule AdventOfCode.Y2023.Day16 do
--- Day 16: The Floor Will Be Lava ---
Problem Link: https://adventofcode.com/2023/day/16
Difficulty: l
Tags: grid grid-walk memoization
Tags: grid memoization
"""
alias AdventOfCode.Algorithms.Grid
alias AdventOfCode.Helpers.InputReader
Expand Down
2 changes: 1 addition & 1 deletion lib/2023/day_19.ex
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defmodule AdventOfCode.Y2023.Day19 do
--- Day 19: Aplenty ---
Problem Link: https://adventofcode.com/2023/day/19
Difficulty: l
Tags: agent op-code parse-heavy
Tags: op-code parse-heavy
"""
alias AdventOfCode.Helpers.{InputReader, Transformers}

Expand Down

0 comments on commit 3fe39ed

Please sign in to comment.