Saturday, November 5, 2011

How do I sort a multi dimensional array in ascending order in C++?

Depends on your parameters and what you want for your output. For example sorting a multi-dimensional array could be done by sorting one dimension or another, but it could also be the relationship between all the dimensions like sorting names in alphabetical order.

No comments:

Post a Comment