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.
defhackerlandRadioTransmitters(x,k):# Write your code here# x = list(set(x))x=sorted(x)count=0coverMax=0idealCenter=0actualCenter=0foriinrange(len(x)):ifx[i]<=idealCenter:actualCenter=x[i]coverMax=actualCenter+kcontinueelifx[i]<=coverMax:continueelse:count+=1idealCenter=x[i]+kactualCenter=x[i]coverMax=idealCenterreturncount
Cookie support is required to access HackerRank
Seems like cookies are disabled on this browser, please enable them to open this website
Hackerland Radio Transmitters
You are viewing a single comment's thread. Return to all comments →