I\'m trying to convert my implementation of quicksort into a template that can be used with other containers besides a vector.
Originally I used indexes to find the
use:
http://www.cplusplus.com/reference/std/iterator/distance/
and
http://www.cplusplus.com/reference/std/iterator/advance/