quick_sort-snippet.h 74 Bytes
Newer Older
1 2
using embb::algorithms::QuickSort;
QuickSort(range.begin(), range.end());