Home
last modified time | relevance | path

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

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