Problem Statement:
a) Write a python program to store names and mobile numbers of your friends in sorted order on names. Search your friend from list using binary search (non recursive and recursive). Insert friend if not present in phone book.
Source Code:
Recursive Function of Binary Search:
The main function calling from here.....
No comments:
Post a Comment