My idea was the same as yours i had trouble with the implementation. Your solution cleared it up and was really simple. Thanks man.
@maddytiger3 жыл бұрын
Thanks
@youssefismail53483 жыл бұрын
quick question if u may, why does it work when lookup is a set and doesnt work when it's a list? What's the difference and why did u choose to use sets not lists or tuples?
@timc34063 жыл бұрын
We have to make sure the emails are unique, hashset is the easiest way to do that