CCDSAP preparation

Hi!
I am pursuring BCA and I am in my third semester. I know programming syntatically but I am not confident on cracking the logics. I have studied DS and Algos this sem and I do fairly well in my exams. So I have enrolled for the CCDSAP because I really want to learn and practice real world programming. But I am facing difficulty in preparing for the same.Anyone who could suggest me what to do, do I practice beginner level programs first or study the resources given. How could I prepare the best for the exam?
Thanks in advance :slight_smile:

I assume that you’ve already seen the prepare section they gave here -

What you need to work on is, that you are aware of everything in syllabus. Like, if syllabus has Sieve of Erastothenes, you should know how to code it bug-free, and how to identify where to use it. The essence is to test if you know the stuff in syllabus and are able to identify where to use it. :slight_smile:

All the best for it.

Follow this link

Go through all the resources and then solve the problem.

And if you find any difficulties in solving problems then read the editorial, I would recommend to read the problem weather or not you are able to solve the given problem.

Thank you! :slight_smile:

Will surely do. Thanks