Right now i have completed 40% of course, and skipped the whole recursion portion to do it in end.
Is it a right decision? or should i move to recursion first
Course : C++ Master course Launchpad
Recursion Doubt
Hey @luckykhobragade, without doing recursion you won’t be able to do topics like dynamic programming, Linked list, backtracking , trees. So I would suggest you to not leave it for the end as recursion is the key for multiple topics.