Binary Search Algorithm in Python
ECX 30 Days of Code and Design
Day 25
Binary Search Algorithm
Task
Binary search is a basic algorithm used to find the position of a target value within a sorted list.
For today's task, write a function that takes in two parameters: a list of alphabe...
thecodingprocess.hashnode.dev4 min read