There are three types of students on this course:1. Funded EU students2. Non-funded EU students3. International studentsAdmissions come from three separate systems so there are three separate lists of students. The numbers are as follows:• 20 funded EU students• 6 non-funded students• 10 international students1. In flowchart, write an algorithm that combines and sorts the three lists of students into one list:a. You should attempt to adjust a sorting algorithm by adding a searching part to it or by using two sorting algorithms.b. What is its Big O? Illustrate in detail why.2. Using a pseudo-code, write an algorithm to search for all international students:a. What is its Big O? Illustrate in detail why.3. Using a pseudo-code, write an algorithm to search for a specific student by surname:a. What is its Big O? Illustrate in detail why.4. Implement the algorithms derived in 1, 2 and 3 in C. You will need to have the three lists of students stored on file.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here