quick_sort_custom_compare-snippet.h 60 Bytes
Newer Older
1
QuickSort(range.begin(), range.end(), std::greater<int>());