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

https://github.com/queraltsm/dynamicprogramming

Problems solved through tabulation and memoization techniques
https://github.com/queraltsm/dynamicprogramming

catalan dynamic-programming golomb maximum-product-cutting memoization newman-conway tabulation

Last synced: 7 months ago
JSON representation

Problems solved through tabulation and memoization techniques

Awesome Lists containing this project

README

          

Dynamic Programming


Repository with different GeeksforGeeks's exercises resolved by dynamic programming.



- Golomb sequence: https://www.geeksforgeeks.org/golomb-sequence/

- Maximum Product Cutting: https://www.geeksforgeeks.org/maximum-product-cutting-dp-36/

- Newman-Conway Sequence: https://www.geeksforgeeks.org/newman-conway-sequence/

- nth Catalan Number: https://www.geeksforgeeks.org/program-nth-catalan-number/


Also two class exercises:

- V(n):

![Captura de pantalla 2019-06-30 a las 22 56 02](https://user-images.githubusercontent.com/26334453/60402645-43fda800-9b8a-11e9-9154-75d8ae054119.png)

- V(n+1):

![Captura de pantalla 2019-06-30 a las 22 56 53](https://user-images.githubusercontent.com/26334453/60402876-4ca3ad80-9b8d-11e9-969d-d632dddcf0dd.png)

- d(m,n):

![Captura de pantalla 2019-06-30 a las 22 54 12](https://user-images.githubusercontent.com/26334453/60402623-03059380-9b8a-11e9-842e-96dd17d89f40.png)