Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 340 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 340 Bytes

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