In a sortedlist queue, queue.value[0] gives the corresponding value of a min key. what if i would like to make that it gives the value of a max key?
Do i have to rewrite the icomparer?
|
In a sortedlist queue, queue.value[0] gives the corresponding value of a min key. what if i would like to make that it gives the value of a max key? Do i have to rewrite the icomparer?
| |||||||||||
feedback
|
|
Yes you have to rewrite the comparer example for string as key: (just exchanged
and the call:
| |||
|
feedback
|
|
Here's a link to an article that implements a In case you always want reversed sort behavior without the ability to change it on demand, I'd try the constructor that accepts an IComparer. | ||||
|
feedback
|
|
Just use
* Output *
| |||
|
feedback
|