Code archives/Algorithms/Unordered Set Collection
This code has been declared by its author to be Public Domain code.
Download source code
| |||||
| El-gone-o! | |||||
Gone |
Comments
| ||
| 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. |
| ||
| In case you want a set of unique objects and want to perform set operations on them. |
Code Archives Forum