Following is the scanerio.
How can we generate a unique id (string/number), from a given unordered collection/set of objects (having their own uids).
How to make sure the generated id will always be the same even if the order of the objects changes in the collection/set.
I am working with groups of objects and each group needs a uid, to represent certain objects are present in it regardless of the order of the object, hope it makes sence, thanks in advance for your help.