List/insertion_sort library

Functions

insertionSort<T extends Comparable>(List<T> list) → void
🧩 Insertion Sort Algorithm (Generic)