Blue Origin interview question

Why would you use a HashMap (also pros and cons of using it)? Array vs linked list. Thread vs process.

Interview Answer

Anonymous

19 Feb 2025

Average O(1) look up time. O(1) to access but O(N) to delete or add vs O(N) to access but O(1) to delete or add.