Skip to content

Commit ec3132e

Browse files
committed
Added Explanation Links
1 parent 431cb38 commit ec3132e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

sorts/kirkpatrick_reisch_sort.py

+4
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
- Best case: O(n * sqrt(n))
1212
1313
Space Complexity: O(n)
14+
15+
Explanation Links:
16+
https://en.wikipedia.org/wiki/Kirkpatrick%E2%80%93Reisch_sort
17+
https://sortingsearching.com/2020/06/06/kirkpatrick-reisch.html
1418
"""
1519

1620

0 commit comments

Comments
 (0)