List/merge_sort library

merge_sort.dart

Functions

mergeSort<T extends Comparable>(List<T> list) List<T>
🧠 Merge Sort Algorithm