We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
Breaking the Records
Breaking the Records
Sort by
recency
|
2207 Discussions
|
Please Login in order to post a comment
Here is my Javascript solution
const max = scores[0]; const min = scores[1];
Here is my c++ solution, you can watch the explanation here : https://youtu.be/vnovwmHPVXE
Python 3
def breakingRecords(scores):
pypy3
Write your code here
def breakingRecords(scores):