Remove the provided element. Returns true if found, false otherwise
Time complexity: O(1) average; O(n) worst
See Implementation
Remove the provided element. Returns true if found, false otherwise
Time complexity: O(1) average; O(n) worst