Skip to content

fandango96/number-theory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

number-theory

implementations of number theory algorithms in C

  1. Implemented a segmented sieve of Eratosthenes which takes O(n(lg n)(lg lg n)) time and occupies O(sqrt(n)) space.
  2. Implemented a centered Euclidean algorithm for computing the gcd of 2 numbers.

About

implementations of number theory algorithms in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages