Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 134 Bytes

File metadata and controls

2 lines (2 loc) · 134 Bytes

Binary-Search-Algorithm

Binary Search Algorithm Function, used to find a certain value in a sorted list and runs in O(log(n)) time.