Programs: - [ ] Search Binary - [ ] Insertion Binary (Sorted array) - [ ] Majority Element (more than n/2 times) - [ ] Find a pair that sums to 'sum' in an array. - [ ] Leader element (Find element(s) that has less number to right)
Programs: