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
|
2244 Discussions
|
Please Login in order to post a comment
hello hackerrank citizens, this is my answer using python, can I upgrade the code to make it more efficient and clean?
def breakingRecords(scores): batas_atas = scores[0] batas_bawah = scores[0] best = [] worse = []
Hi Guys! what do you think about this approach? focused on referencial transparency and immutability. I really wanted to avoid the so popular imperative way.
C#
Java
Java Solution
javascript easy solution
let max=scores[0]
}
arr.push(count1) return arr }