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

Feb 19, 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.