Submission + - Linked List Sorting,10 times Faster than MergeSort
virusfree writes: "Sorting has always been important in computer science.
An article has been published about BitFast,
a new algorithm (belongs to Hash algorithms family) that can
sort a linked list up to 10 times faster than MergeSort
Source codes are available to download and test it
yourself"