Hacker News new | ask | show | jobs
The most important data structure for tech interviews (crunchskills.com)
2 points by jquave 2238 days ago
1 comments

I would argue that HashMap is actually the least useful structure for algo challenges/questions. They are often forbidden as an answer by the interviewer (especially since they usually lead to easy O(1) or O(n) answers), pretexting "memory limitations", to force the interviewee to use arrays/lists.