Category Archives: Dynamic programming

Factorial Program using Dynamic programming

Dynamic programming is a way to solve problems in most efficient way.It’s actually avoid to compute sub problem again and again. Using dynamic programming we save sub problem solution and if required to calculate again that sub problem return the … Continue reading

Posted in c++, Data Structure, Dynamic programming, interview Question, Programming | Tagged , , | 3 Comments