IList Extension Method to Select Best Fitting Item from Unsorted List(dpatrickcaldwell.blogspot.com)
submitted by
tncbbthositg(266) 3 years, 2 months ago
This article explains a method you can use to select the best fitting item from an unsorted list in O(n) time. It performs better than sorting the list and then selecting the last item if you're using a custom comparer.
|category: C#
|Views: 103
tags:
C# another
Everyones tags:
Your Tags: