• Stars
    star
    2
  • Language
  • Created over 5 years ago
  • Updated about 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

You are given a list of student information: ID, FirstName, and CGPA. Your task is to rearrange them according to their CGPA in decreasing order. * If two student have the same CGPA, then arrange them according to their first name in alphabetical order. * If those two students also have the same first name, then order them according to their ID. No two students have the same ID.