Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/randhir200/make-leaderboard

You are given name and marks of N different students in a hackerrank contest. Your task is to write a program that makes leaderboard of the students under following conditions: - If two students get same marks they get same rank - The student placed next to the same marks students will get the rank skipping the intermediate ranks. Refer to the sample test case for better understanding Note : You cannot use built-in sort function. Using that can lead to disqualification. Write your own sorting algorithm
https://github.com/randhir200/make-leaderboard

Last synced: 2 days ago
JSON representation

You are given name and marks of N different students in a hackerrank contest. Your task is to write a program that makes leaderboard of the students under following conditions: - If two students get same marks they get same rank - The student placed next to the same marks students will get the rank skipping the intermediate ranks. Refer to the sample test case for better understanding Note : You cannot use built-in sort function. Using that can lead to disqualification. Write your own sorting algorithm

Awesome Lists containing this project