I want to sort a multi-dimensional arrray. I haven't been able to find any good examples. Does anyone have any suggestions?
Examples of input and output, please.
He raises a good point. Are you trying to sort dictionaries? Array arrays (int[][]), or multiranked arrays (int[,,])?
Quick sort is your friend.