Problem
How does the updating operation works in skipList? e.g Store a List of students by decreasing grades assuming I can use a SkipList to store all students in a List and using grades as keys to sort the students. How does the update student information works?