Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 222 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 222 Bytes

algorithms

Fibonacci series

python3 fibonacci.py 30

Max Pairwise Product

python3 MaxPairwiseProduct.py 4,5,7,9,10,3

Greatest Common Divisor

python3 greatest_common_divisor.py 3918848 1653264