SortPackage(S, A)

sortpak.spad line 1 [edit on github]

This package exports sorting algorithnms

bubbleSort! : A -> A if S has OrderedSet

bubbleSort!(a) is undocumented

bubbleSort! : (A, Mapping(Boolean, S, S)) -> A

bubbleSort!(a, f) is undocumented

insertionSort! : A -> A if S has OrderedSet

insertionSort! is undocumented

insertionSort! : (A, Mapping(Boolean, S, S)) -> A

insertionSort!(a, f) is undocumented