Binary Search is a Searching Algorithm Takes O(log n) time but requires a sorted list Pseudo Code Implementation Backlinks Searching Algorithms