Click here to Skip to main content
15,860,943 members
Everything / General Programming / Sorting

Sorting

sorting

Great Reads

by Christoph Buenger
Describes PHP application development with the free Scavix Web Development Framework (Scavix-WDF).
by Member 9294701
A simple, portable yet efficient Quicksort implementation in C
by brunofer2007
Easy way to sort nodes in a TreeView using a recursive function.
by DotNetLead.com
How to implement paging and sorting to yield good performance

Latest Articles

by Perić Željko
Sorting Multi-Dimensional Arrays in C# with QuickSort Sort Extensions
by Ramesh Bevara
An overview of a helper class to build dynamic order by clause in LINQ query in C#
by spore123
This is a fast multi-threaded quick-sort based algorithm
by The Sun God
Comparison of the various sorting algorithms on the basis of several factors

All Articles

Sort by Score

Sorting 

31 Oct 2014 by Christoph Buenger
Describes PHP application development with the free Scavix Web Development Framework (Scavix-WDF).
13 Oct 2013 by Member 9294701
A simple, portable yet efficient Quicksort implementation in C
3 May 2017 by InvisibleMedia
An algorithm for sorting integers with a complexity less than O(n log (n))
11 Oct 2013 by ASP.NET Community
Both the GridView and ListView are important Data Controls in Visual Studio 2008.Scott Guthrie has a great introduction that uses the ListView
11 Oct 2013 by ASP.NET Community
The ListView is a sort of hybrid between a DataGrid and Repeater thatcombines the free form templating of the Repeater with the editingfeatures
16 Jan 2011 by Stefan Savev 2
Implementation of Multikey String Quick Sort (following Sedgewick)
10 Dec 2013 by Aurélien BOUDOUX
A list for managing tens of millions of objects in your application.
5 Jun 2013 by Rajat Bittharia
Grid based on JSON data using MVC with Entity Framework and MySQL.
18 Jul 2014 by Alexander Batishchev
How to create a sorting expression from GridViewSortEventArgs using LINQ Expression Tree.
12 May 2014 by Brad Joss
[RegSave] your property to the Registry, and more.
29 Oct 2011 by Trent Tobler
A memory based BTree ICollection and IDictionary implementation.
9 Aug 2016 by Sufyan S Jabr
Angular2 grid component
11 Aug 2014 by ideafixxxer
Algorithm of sorting lines in text files size of which exceeds available memory
30 Jan 2012 by synek317
A listbox control that allows reordering of items using drag'n'drop.
26 Dec 2013 by Brien Givens
A performance improvement for the classic sort / select algorithms.
12 Feb 2011 by StehtimSchilf
TaskbarSorterXP is a small utility which allows the user to sort the windows on the Windows Taskbar. Additionally windows can be minimized to system tray
20 Oct 2014 by greggma
Provides an alternative to an ObservableCollection that is less UI intensive
11 May 2010 by Sarang Date
A simplistic view of various Comparison-based sorting algorithms written in C#, with verbose instructions for each iteration and pass.
12 Mar 2012 by Mahmoud Hesham El-Magdoub
Simo Sort a New Sorting algorithm C++ Binary Value Numbers Sort Elements with Low Variance
23 Aug 2012 by Dan Randolph
How to get faster sorting in List(T) string collections
15 Dec 2010 by hector [.j.] rivas
Helping the combo box autocomplete function with a frequency count.
1 Nov 2012 by Kailas Mane
Create a multiple clolumn combox/autocomplete/dropdownlist in ASP.NET MVC3.
20 Dec 2010 by David Jeske
A C# sorted map which can be efficiently subset scanned in both directions
20 Dec 2010 by Albin Abel
Simple Pattern Matching Technique for Search Suggest Boxes
4 Apr 2013 by Michael Mann (mann.DEV)
Plugin migration with new features of .NET 3.5.
28 Oct 2011 by Muhammad Waseem Arfi
DataTables plugin extension to include range filter
16 Jan 2012 by Gabor Szabo (szabgab)
Count how many hits were generated from each IP address and show the top 10 sources.
22 Jul 2017 by InvisibleMedia
An algorithm for sorting integers with a complexity less than O(n log (n))
14 Jul 2016 by dcmuggins
Bubble Sort is great...and terrible at the same time.
6 Jan 2011 by John Paul Walker
Some things we can do to make QuickSort more efficient