Let n be the number of students, and L[i] be the GPA for
student i.
- Given a student
, compute the rank of i; that is,
what position would L[i] occupy in a sorted list?
- Given a rank k, what is the GPA that receives that rank?
Next: Statistics
Up: COMPUTING STATISTICS
Previous: Class Rank