Skip to content

ErikML/PythonFun

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PythonFun

A collection of fun problems I solved with Python

largest_sum_less_than_M.py
-Solves a modification of the Knapsack problem that requires an exact amount of items.
-Uses a dynamic programing solution

prime_sieve.py
-Functions for calculating prime numbers

About

A collection of fun problems I solved with Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages