Programming Language-Coding, Cosmology, Research, Ethical Hacking, Mathematics online classes, Latest Technology Gadgets, Tricks and Tips all you need is here at HackThatCORE, Computer Science
The Binary Search requires the array, to be scanned, must be sorted in any order. Binary search algorithm in C++ works only for sorted arrays and not for unsorted arrays. But Linear search array can work both for Sorted and Unsorted arrays.
Comments
Post a Comment