Sorting algorithms/Sleep sort: Difference between revisions

Content added Content deleted
(→‎{{header|Python}}: Formatting changes)
Line 1,360: Line 1,360:


=={{header|Python}}==
=={{header|Python}}==
==Python: Using threading.Timer==
===Python: Using threading.Timer===


<lang python>from time import sleep
<lang python>from time import sleep