Skip to content

Efficient C-based algorithm using dynamic programming and recursive functions to solve the "Minimum Cost to Cut a Stick" problem.

Notifications You must be signed in to change notification settings

ManuelAAM/Dynamic-Algorithm-Design

Repository files navigation

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".

About

Efficient C-based algorithm using dynamic programming and recursive functions to solve the "Minimum Cost to Cut a Stick" problem.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages