Home
last modified time | relevance | path

Searched refs:selectionsort (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Demo/tkinter/guido/
Dsortvisu.py390 def selectionsort(array): function
475 for alg in [quicksort, insertionsort, selectionsort, bubblesort]:
574 self.run(selectionsort)