Self Reflection Post on Dynamic Programing:
Aug 17, 2021
In the workshop Cover lot’s of Concept like Multi-stage Decision programing
Here the list of Concept covered in the Dynamic Programing Workshop:
- Concept of space complexity and time complexity
- Dynamic Programming
- Multi-stage Decision process
- Principal of optimility
- Overlapping structure Problem
- Backward instruction
- Optimal substructure
- Algorithm
- Time complexity and it’s effect
- Memory profiler
11. Top-down memorization Method
12. Bottom-up method Tabulation
13. %timeit