https://www.hackerrank.com/challenges/breaking-best-and-worst-records/problem.
https://github.com/sikander1248/HackerRankPrograms/blob/master/breaking_the_records.c
This program tries to explain how to solve the hackerrank problem titled "Breaking the records". It covers topics such as Arrays, Loop and Condition.