Skip to content

Commit 9fc4b18

Browse files
author
Gregory Igelmund
committed
Day1: Add perf hint
1 parent fa0e93d commit 9fc4b18

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

elixir/lib/mix/tasks/day1.ex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ defmodule Mix.Tasks.Day1 do
111111
14
112112
"""
113113

114+
# TODO: Use MapSet instead of List
114115
def detect_repeated_frequency(list) do
115116
detect_repeated_frequency(list, 0, [])
116117
end

0 commit comments

Comments
 (0)