Skip to content

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

License

Notifications You must be signed in to change notification settings

itincknell/DiscreteMath

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

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