IList Extension Methods: Quickselect from an Unsorted List(dpatrickcaldwell.blogspot.com)
submitted by
tncbbthositg(266) 3 years, 2 months ago
This is a follow-up to an article about how to select an item from an unsorted list in O(n) time. It has an extension method that selects the kth order statistic in O(n log n) time using the partitioning scheme from a quicksort algorithm.
|category: C#
|Views: 27
tags:
C# another
Everyones tags:
Your Tags: