0
votes
How do I sort a two-dimensional array in C#?
If you could get the data as a generic tuple when you read it in or retrieved it, it would be a lot easier; then you would just have to write a Sort function that compares the desired column of the …
