Essential algorithms for GCSE and A Level Computer Science
Searching algorithms
Routines that find data within a data structure.
What is a binary search?
The binary search is an efficient algorithm for finding an item in a sorted list. To perform a binary search, start at the middle item in the list and repeatedly divide the list in half.
What extra is in the book?
Each algorithm / data structure has its own dedicated chapter in the book, which includes:
A hard copy of the book is available on our shop and a free PDF copy is included for all premium subscribers.