HARMAN Interview Question

How would you find an element in a unsorted array without linear search

Interview Answer

Anonymous

Sep 2, 2025

merge sort then binary search