Advertisement
Guest User

Untitled

a guest
Mar 13th, 2018
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. Aim: To perform merge sort and iterative insertion sort on a given set of records
  2.  
  3.  
  4. WAJP to read a set of student records (at least 20) from file. Assume that each student record contains Student name, ID no., enrollment year, and GPA
  5.  
  6. Sort the record based on Student name using merge sort and display the result
  7.  
  8. Use iterative insertion sort and sort the record based on decreasing value of enrollment year and display the result.
  9. */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement