3.1.3 Searching algorithms

Success criteria

To meet this specification point, you need to:

T4 Searching algorithms

Searching algorithms

Searching algorithms

Comparison of the searching algorithms

Python file

binary search guessing game.py

Binary search guessing game

Copy and paste the source code into your chosen IDE.

Can you explain what is happening in the program?

Can you make any improvements to the program?