Click here to Skip to main content
15,910,358 members
Articles / General Programming / Sorting

How to Sort Two-Dimensional Array in C# by Selected Column Index in Selected Column Sort Order

Rate me:
Please Sign up or sign in to vote.
5.00/5 (3 votes)
12 Mar 2024Public Domain4 min read 3.1K   5  
Sorting Multi-Dimensional Arrays in C# with QuickSort Sort Extensions
This article explains how to use sort extension for sorting two dimensional array by selected column index in selected column sort order with quick sort algorithm.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under A Public Domain dedication


Written By
Software Developer
Serbia Serbia
Serbia
Smederevo
01.10.2011

personal data:

Name : Željko
Surname : Perić
Country : Serbia
e-mail : periczeljkosmederevo@yahoo.com

Home page in Serbian and English

http://sites.google.com/site/periczeljkosmederevo/home
https://sites.google.com/site/periczeljkosmederevoenglish/

Educational background :

I have finished high school EC "Milentije Popović" in Smederevo (Serbia), technical and mathematical direction of natural science, profession mathematical programming assistant. Computer programming, development of algorithms, etc.

The most frequently used tool that I use for programming computer is Microsoft Visual Studio, programming languge C#.

Comments and Discussions