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.
defcutTheSticks(arr):# Write your code hereprint(arr)c=[]whilelen(arr)>0:n=min(arr)arr=list(map(lambdax:x-n,arr))c.append(len(arr))arr=list(filter(lambdax:x!=0,arr))returnc
Cookie support is required to access HackerRank
Seems like cookies are disabled on this browser, please enable them to open this website
Cut the sticks
You are viewing a single comment's thread. Return to all comments →
Python code easy, please like.