Skip to content

jialerchew/recursive-memoization-learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

recursive-memoization-learning

Just a crude documentation of personal learning on recursive functions and memoization. Each script is a function aimed to solve a specific problem, while comparing the difference in execution time between memoized versus non-memoized version.

1. howSum.py

This function that checks if a given integer can be added up by a given list of smaller/equal integers.

2. bestSum.py

Similar to howSum function, but with an additional feature where it outputs the least numbers required to obtain the target number.

About

Just a crude documentation of personal learning on recursive functions and memoization

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages