Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

AltStyle によって変換されたページ (->オリジナル) /