Dynamic Algorithm Design
1.0.0
Further technical explanation for solving the algorithm is on "Solution" file. This project used recursion and the CS top down memoization approach to achieve a good time complexity. Main is the main file of the project where it uses the functions and calls the defined algorithm in "algoritmo.c", also the predefined functions, libraries and its initializations where made on "funciones".