Does this set contain the given element?
Time complexity: O(1) average; O(n) worst
See Implementation
Does this set contain the given element?
Time complexity: O(1) average; O(n) worst