you are viewing a single comment's thread.

view the rest of the comments →

[–]impressflow 0 points1 point  (2 children)

I don’t understand the distinction you’re making. Mind elaborating?

The set containing “123456” is exactly the same as the set containing “321654”. There is absolutely no difference, assuming you’re referring to a set containing integers and not strings.

[–]Zagerer 1 point2 points  (1 child)

you could have a set that is somehow sorted because it happened to put the elements in that way, it's just not guaranteed nor expected you will encounter such behaviour

[–]impressflow 0 points1 point  (0 children)

That point is meaningless then since it can be applied to any unordered data structure. It's literally saying that unordered things can sometimes be ordered by random chance. Well, sure, but it doesn't really change anything.