In the articles, both tabulation and memoization are used for all the problems, does that means if a DP problem can be solved with memoization then a Tabulation solution exists or are there some problems where only a recursive (memoization) solution exists?