Hacker News new | ask | show | jobs
by aYsY4dDQ2NrcNzA 2072 days ago
When I am reviewing junior engineers’ code, one of their common blind spots is recognizing when to use sets.

Time and again I have found nested loops for determining whether any elements of A are missing from B.