Square Segments

  • + 1 comment

    How to hash a set of elements where order of the elements doesn't matter?

    One way is to sort the elements and then do polynomial hashing. Is there any easier way?