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.
- Prepare
- Algorithms
- Greedy
- Priyanka and Toys
- Discussions
Priyanka and Toys
Priyanka and Toys
Sort by
recency
|
492 Discussions
|
Please Login in order to post a comment
code in java made by poly
code in python made by poly
w.sort() minimum=w[0] count=1 for i in w: if i-minimum>4: count+=1 minimum=i