Insights about dynamic programming

Insights about dynamic programming
DetailsComments
Details

Dynamic Programming is mainly an optimization over plain recursion. Wherever we see a recursive solution that has repeated calls for the same inputs, we can optimize it using Dynamic Programming. The idea is to simply store the results of subproblems so that we do not have to re-compute them when needed later. This simple optimization reduces time complexities from exponential to polynomial.

In this session, you will get to know everything related to Dynamic Programming.

Support the community here: commudle.com/communities/cdn-data-structures-and-algorithms

Comments

Be the first to post a message!

Wednesday, 3rd Aug, 2022

7:30 PM - 8:30 PM IST

online

Aniket Dewnani
Fallak
chinmay Songirkar
Kulmeet Singh
Satya D


Click here to view event session