QuickSortString extension

An extension on List that provides a quick sort algorithm.

on

Methods

quickSort() List<String>

Available on List<String>, provided by the QuickSortString extension

Sorts the list using the QuickSort algorithm.