Saturday, September 20, 2014

The difference between Dictionary and SortedDictionary in C#...

...seems to be one of memory management. I think the SortedDictionary type uses something like a tree under the hood to hold its information. There does not seem to be a difference in that the SortedDictionary has more methods for more functionality hanging off of it. I'm not seeing that yet. Am I wrong?

No comments:

Post a Comment