0
completely false in every scenario, binary search is always faster than linear search (unless they both find the element immediately, then they both have O(1) complexity), but sometimes it just isn't needed as linear search is easier to implement
27th Jul 2018, 11:40 AM
hinanawi
hinanawi - avatar