SE Computer Engineering

2nd Year Computer Engineering practical solutions

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 »

SE Computer Engineering Practical 14 solution

SE Computer Engineering Practical 14 solution Question: Write a python program to store 12’th class percentage of students in array. Write function for sorting array of floating point numbers in ascending order using bucket sort and display top five scores Code: Output: ——————–MENU——————– 1. Accept the Percentage of Students 2. Display the Percentages of Students …

SE Computer Engineering Practical 14 solution Read More »

SE Computer Engineering Practical 13 solution

SE Computer Engineering Practical 13 solution Question: Write a python program to store first year percentage of students in array. Write function for sorting array of floating point numbers in ascending order using quick sort and display top five scores. Code: Output: ——————–MENU——————– 1. Accept the Percentage of Students 2. Display the Percentages of Students …

SE Computer Engineering Practical 13 solution Read More »

Tech Amplifier Final Logo