Courseware 

Learning About Binary Search

In this card, we are going to help you understand the general concept of Binary Search.
Binary Search is one of the most fundamental and useful algorithms in Computer Science. It describes the process of searching for a specific value in an ordered collection.
Terminology used in Binary Search:
(1) Target - the value that you are searching for
(2) Index - the current location that you are searching
(3) Left, Right - the indicies from which we use to maintain our search Space
(4) Mid - the index that we use to apply a condition to determine if we should search left or right


It provides many solution for many typical algorithm problems. In addition, it owns their own platform to run the code, which avoids some difficulties associated with software installation.
Author:
Year:
Language: