HackerRank Solution: Priyanka and Toys
1 min readMay 28, 2019
In Python3
# Complete the toys function below.
def toys(w):
w.sort()
n = len(w)
j=i=s=0
t=1
while(i < n):
k = w[j]+4
if(w[i] <= k):
s += 1
i += 1
else:
t += 1
j = s
return t
In Python3
# Complete the toys function below.
def toys(w):
w.sort()
n = len(w)
j=i=s=0
t=1
while(i < n):
k = w[j]+4
if(w[i] <= k):
s += 1
i += 1
else:
t += 1
j = s
return t
Distraction-free reading. No ads.
Organize your knowledge with lists and highlights.
Tell your story. Find your audience.
Read member-only stories
Support writers you read most
Earn money for your writing
Listen to audio narrations
Read offline with the Medium app