We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dbc84d8 + 551774e commit 334a054Copy full SHA for 334a054
allalgorithms/sorting/__init__.py
@@ -2,7 +2,7 @@
2
from .insertion_sort import insertion_sort
3
from .selection_sort import selection_sort
4
from .bubble_sort import bubble_sort
5
-from .pidgeonhole_sort import pidgeonhole_sort
+from .pigeonhole_sort import pigeonhole_sort
6
from .stooge_sort import stooge_sort
7
from .cocktail_shaker_sort import cocktail_shaker_sort
8
from .tree_sort import tree_sort
0 commit comments