HackerRank Solution: Priyanka and Toys

Sakshi Singh
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

Sign up to discover human stories that deepen your understanding of the world.

Free

Distraction-free reading. No ads.

Organize your knowledge with lists and highlights.

Tell your story. Find your audience.

Membership

Read member-only stories

Support writers you read most

Earn money for your writing

Listen to audio narrations

Read offline with the Medium app

--

--

Sakshi Singh
Sakshi Singh

No responses yet

Write a response