HashSet that preserves insertion order or .NET implementation of LinkedHashSet
I was looking for a data structure (under .NET) which will do all tree basic operations (add, contains and remove) in constant-time O(1) and at the same time allow to […]