MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / demosort

Function demosort

tools/python-3.11.9-amd64/Tools/demo/sortvisu.py:475–479  ·  view source on GitHub ↗
(array)

Source from the content-addressed store, hash-verified

473 array.hide_partition()
474
475def demosort(array):
476 while True:
477 for alg in [quicksort, insertionsort, selectionsort, bubblesort]:
478 randomize(array)
479 alg(array)
480
481
482# Sort demo class -- usable as a Grail applet

Callers

nothing calls this directly

Calls 1

randomizeFunction · 0.70

Tested by

no test coverage detected