Skip to content

Commit b863ebf

Browse files
authored
Update README.md
1 parent 8311e37 commit b863ebf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Navigate into the `names` directory. Here you will find two text files containin
6868

6969
Six seconds is an eternity so you've been tasked with speeding up the code. Can you get the runtime to under a second? Under one hundredth of a second?
7070

71-
*You may not use the built in Python list, set, or dictionary for this problem*
71+
*You may not use the built in Python list, set, or dictionary in your solution for this problem. However, you can and should use the provided `duplicates` list to return your solution.*
7272

7373
(Hint: You might try importing a data structure you built during the week)
7474

0 commit comments

Comments
 (0)