Self Reflection Post On Dynamic Programming

--

programming is a art, it’s Not the game of genius, it’s the game of practice
Photo by Fatos Bytyqi on Unsplash

In these 2 days of the workshop, we covered a lot of concepts during the master sessions

Concept and importance of space complexity

What is Dynamic Programming

Multi-stage decision process

Principle of Optimality

Overlapping structure problem

Backward induction

Optimal substructure

Algorithm

Time complexity and it’s effects

Memory profiler

Top-down method / Memoization

Bottom-up method / Tabulation

%timeit

--

--