By Shivam Jha
It's a set of most famous interview question of Dynamic programming eg. Coin change Combination/Permutation & Buy and Sell stocks with all of its type in C++
In the given Zip there a set of Dynamic Prograaming with some of the famous interview asked question.
All the question is very important as interview point of view.
Here are the list of question
Target Sum Subsets
Coin Change Combination
Coin Change Permutations
Buy And Sell Stocks - One Transaction Allowed
Buy And Sell Stocks - Infinite Transactions Allowed
Buy And Sell Stocks With Transaction Fee - Infinite Transactions Allowed
Buy And Sell Stocks With Cooldown - Infinite Transaction Allowed
Buy And Sell Stocks - Two Transactions Allowed
Buy And Sell Stocks - K Transactions Allowed
Submitted by Shivam Jha (shivamjha)
Download packets of source code on Coders Packet
Comments