Lines Matching refs:sort
12 - a number of sorting algorithms (currently quicksort, insertion sort,
13 selection sort and bubble sort, as well as a randomization function),
382 array.reset("Insertion sort")
394 array.reset("Selection sort")
407 array.reset("Bubble sort")
424 array.message("Insertion sort")
503 text="Insertion sort", command=self.c_isort)
506 text="Selection sort", command=self.c_ssort)
509 text="Bubble sort", command=self.c_bsort)
527 sizes.sort()