/algorithms

Implementation of various common algorithms in both: efficient and inefficient approach, with runtime differences.

Primary LanguagePython

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