Search Results

0
votes

Priority Queue in .Net

You could just implement IComparable on your class and create the specific comparer inside your class, that way you can just use IList.Sort() ? …