Relative Content

Tag Archive for c++pointersc++11matrixc++14

Can a 3D matrices be sorted using pointers?

Since a matrices is just an array in an array, and the name of the array is a pointer to the first element of the array, can it be sorted using pointers in a more efficient way maybe 0(nlogn)?