Export timsort
This commit is contained in:
parent
4f9f1c5f9a
commit
f7be2d92a4
@ -10,6 +10,7 @@
|
|||||||
export merge_sort;
|
export merge_sort;
|
||||||
export quick_sort;
|
export quick_sort;
|
||||||
export quick_sort3;
|
export quick_sort3;
|
||||||
|
export timsort;
|
||||||
export Sort;
|
export Sort;
|
||||||
|
|
||||||
type Le<T> = pure fn(v1: &T, v2: &T) -> bool;
|
type Le<T> = pure fn(v1: &T, v2: &T) -> bool;
|
||||||
|
Loading…
Reference in New Issue
Block a user