Find the Runner Up Score | Hackerrank Solution
Introduction In this post, I am going to write a program in python to find the runner-up score which is a hackerrank solution. In other words, we have to find the second largest element in the list in python. You may be wondering that this is a very easy program. Believe me guys, this is … Read more