All Blogs

SE Computer Engineering Practical 20 solution

SE Computer Engineering Practical 20 solution Question: Write python program to store 10th class percentage of students in array. Write function for sorting array of floating point numbers in ascending order using radix sort and display top five scores Code: Output: Before Radix Sort: [89.5, 56.0, 85.75, 76.2, 93.5, 87.8, 60.25, 48.0, 94.1, 80.9] After …

SE Computer Engineering Practical 20 solution Read More »

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 …

SE Computer Engineering Practical 18 solution Read More »

Tech Amplifier Final Logo