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.
defequalizeArray(arr):# Write your code heredict1={}list1=[]foriinarr:dict1[i]=arr.count(i)forjindict1.values():list1.append(j)list1.remove(max(list1))returnsum(list1)``
Cookie support is required to access HackerRank
Seems like cookies are disabled on this browser, please enable them to open this website
Equalize the Array
You are viewing a single comment's thread. Return to all comments →