Skip to content

Commit 7456a84

Browse files
Update pigeonhole_sort.py
1 parent 7268d28 commit 7456a84

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

sorts/pigeonhole_sort.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ def pigeonhole_sort(a):
1212
True
1313
1414
>>> pigeonhole_sort([])
15+
None
1516
"""
1617
# if not a:
1718
# return # this handles empty list

0 commit comments

Comments
 (0)