I'm having a problem with my project where I need to read csvfile and convert information to 2D vector and sort the entire columns by rows by selected variable. But I can't find anywhere to put 2D vector into array(not 2D) to do quick sort or another O(n log n) sorting.
I tried to use #include but it is not allowed to use this library.