/DiscreteMath

An assortment of functions for number theory / discrete math type problems

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

DiscreteMath

An assortment of functions for number theory / discrete math type problems

  1. Generating Primes ≤ n
  2. Prime Factors
  3. Fibonnaci numbers
  4. Extended Euclidean Algorithm
  5. Chinese Remainder Theorem
  6. Uniform Cost Search/Dijkstra's Algorithm
  7. A* Search