SE Computer Engineering Practical 18 solution
SE Computer Engineering Practical 18 solution Question: 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 (recursive and nonrecursive). Insert friend if not present in phonebook Code: Output: Enter the details of your friends: Name (or ‘exit’ to …