Code archives/Algorithms/Unordered Set Collection

This code has been declared by its author to be Public Domain code.

Download source code

Unordered Set Collection by N2009
El-gone-o!
Gone

Comments

TaskMaster2009
So, what would this be used for?

Can you explain why someone would use an unordered set? Not with code, just a simple text explanation.


N2009
In case you want a set of unique objects and want to perform set operations on them.


Code Archives Forum