vladimirnesterov / ten-little-algorithms

Ten little algorithm by Jason Sachs with Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ten-little-algorithms

Ten little algorithm by Jason Sachs with Python:

  1. Euclidean Algorithm to find greatest common divisor;
  2. Extended Euclidean Algorithm to find GCD and BĂ©zouts identity;
  3. Newton's method for finding roots;
  4. Russian Peasant Multiplication and Exponentiation;
  5. The Single-Pole Low-Pass Filter;

About

Ten little algorithm by Jason Sachs with Python

License:MIT License


Languages

Language:Python 100.0%