Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Dynamic Programming Primes

Use dynamic programming to find the first X prime numbers.

dynamic_primes(4) # > [2,3,5,7]