23 #ifndef INCLUDED_QUICKSORT_INDEX_H
24 #define INCLUDED_QUICKSORT_INDEX_H
32 void SWAP(T &a, T &b);
Include this header to use the message passing features.
Definition: logger.h:131
void quicksort_index(std::vector< T > &p, std::vector< int > &index, int left, int right)