Nivedita Shinde
Aug 17, 2021

--

Short Summarisation of Master Sessions on Dynamic Programming

In these sessions, the most important part I have gained is #rightapproach

To solve any problem, we must have a right approach, it does our work more easier.

Following are some DP concepts which I got to learn during these 2 days-

▪️Concept and importance of space complexity

▪️What is Dynamic Programming
▪️Multi stage decision process
▪️Principle of Optimatlity
▪️Overlapping structure problem
▪️Backward induction
▪️Optimal substructure
▪️Algorithms
▪️Time complexity and it’s effects
▪️Memory profiler
▪️Top down method / Memoization
▪️Bottom up method / Tabulation

Thank you LinuxWorld Informatics Pvt Ltd and Vimal Sir for giving us right approach💫

--

--