can you help/suggest me ??

good morning @all, i am learning new efficient techniques to improve my skills.Nowadays what i am concentrating is MEMOIZATION can anybuddy:D can suggest me some question links which have use of memoization along with their solution which i can look upon.

P.S problem classifier are not much helpful in this scenario :frowning: :frowning:

thanks

Memoization is just the top-down dynamic programming approach. So, any question of dp you solve, has memoization in it. I explained here a dp problem with memoization.

So, you may try those dp problems you have solved using bottom-up approach using top-down way.

1 Like

thanks a lot…

@doodle90 Happy to help :slight_smile: