ExtensionMethod.NET Home of 880 C#, Visual Basic, F# and Javascript extension methods
stable, in-place sort (mergesort) of a LinkedList<T>. LinkedList<T> has O(1) insertion, great for large lists. this lets you sort it.
returns true if a sequence is sorted