An open API service indexing awesome lists of open source software.

https://github.com/iyashwantsaini/progques

Programming Questions
https://github.com/iyashwantsaini/progques

Last synced: 3 months ago
JSON representation

Programming Questions

Awesome Lists containing this project

README

        

# DP Questions

- 0-1 KNAPSACK(6) - fractional(greedy),0-1,unbounded
- subset sum
- equal sum partition
- count of subset sum
- min subset sum diff
- target sum
- no of subsets with given diff
- UNBOUNDED KNAPSACK(5)
- FIBONACCI(7)
- LCS(15)
- LIS(10)
- KADANE'S ALGO(6)
- MATRIX CHAIN MULTIPLICATION(7)
- DP ON TREES(4)
- DP ON GRID(14)
- OTHERS(5)