Skip to content

Commit d65f51c

Browse files
committed
fix comment typo
1 parent c573edb commit d65f51c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

names/names.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def binary_search_tree_approach():
3838

3939
return duplicates
4040

41-
# runtime on my machine: 0.05 seconds
41+
# runtime on my machine: 0.005 seconds
4242
def stretch_using_set():
4343
# add both lists to a set, then get the intersection
4444
# convert back to a list and return

0 commit comments

Comments
 (0)