Sunday, July 12, 2009

Sorting a Doubly Linked List in C#?

Does anyone know how to create a bi-directional bubble sort (cocktail sort) and an Insertion sort in C#, because I found pseudo code, but it was for an array and I can't figure out how to change it for a list?

Sorting a Doubly Linked List in C#?
Here a link from the Generic C# programs website. The link is a page which features a doubly linked list with a quick sort method.


http://www.itu.dk/people/sestoft/gcsharp...

cabbage

No comments:

Post a Comment