ErikML / PythonFun

A collection of fun problems I solved with Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Python 100.0%