I have a (large) SortedDictionary<TKey,TValue> and I need to access the min/max keys efficiently, presumably in O(1) time since the keys are "sorted".
How do I do this?
I have a (large) SortedDictionary<TKey,TValue> and I need to access the min/max keys efficiently, presumably in O(1) time since the keys are "sorted".
How do I do this?
Copyright © 2021 Jogjafile Inc.