FunctionLibrary
FunctionLibrary copied to clipboard
Implement Binary Search in fun-problems/mergeLL
In mergeLL.cpp file,replace linear search with binary search.
Implement the same by creating a seperate function named binarySearch.