Home /
Expert Answers /
Computer Science /
use-java-to-implement-binary-insertion-sort-algorithm-to-sort-a-list-of-student-records-that-contai-pa254
(Solved): Use Java to implement binary insertion sort algorithm to sort a list of student records that contai ...
Use Java to implement binary insertion sort algorithm to sort a list of student records that contain student's ID, name, age, and GPA. (Use student ID as the sorting key) (50\%) a. Create a text file containing at least 20 students records b. Your program has to write sorted records into another text file. c. Your program has to display student records before and after sorting. d. In your project report (in PDF or MS Word format), it should have i. Source codes with comments \( (30 \%) \) ii. Input text file (unsorted) (5\%) iii. Output text file (sorted) \( (5 \%) \) iv. Screen snap shot when you are RUNNING your program to show records before and after sorting. ( \( 10 \% \) )