Hey!
I thought that solving DP problems is easier using recursion until I saw this video by Errichto where he said something like using loops is easier and more efficient for hard problems
. I find it impossible to solve DP problem not using recursion. So is it really easy and I need to practice more or he said that because he is top tier coder and everything for him is easy xDxD??
I said it's easier (and more efficient) for hard problems, not in general. If you want to reach a high level, learn it iteratively. Otherwise, recursion is fine.