Self Reflection Post on Dynamic Programing:

--

In the workshop Cover lot’s of Concept like Multi-stage Decision programing

Here the list of Concept covered in the Dynamic Programing Workshop:

  1. Concept of space complexity and time complexity
  2. Dynamic Programming
  3. Multi-stage Decision process
  4. Principal of optimility
  5. Overlapping structure Problem
  6. Backward instruction
  7. Optimal substructure
  8. Algorithm
  9. Time complexity and it’s effect
  10. Memory profiler
    11. Top-down memorization Method
    12. Bottom-up method Tabulation
    13. %timeit

--

--

No responses yet