Suggest some good problems for dsa practice

I’ve been practicing dsa on leetcode these days. Recently, I’ve come across a random question on SPOJ. It was a very nice application of the binary search concepts that I’ve learnt on LeetCode (link to the question https://www.spoj.com/problems/AGGRCOW/). After solving this, I felt the need to start practicing coding on SPOJ as well. But, this is a new platform for me, and I don’t know how to get the best out of it. Also, I know that there would be more such good questions on SPOJ that I need to solve. Can anyone suggest a list of some “must” solve problems on SPOJ.

Try out https://www.a2oj.com/Categories.html. There are SPOJ problems under each topic.

1 Like

Thank you…!! :slight_smile: