• Stars
    star
    2
  • Language
    C#
  • License
    Other
  • Created over 7 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A console program, calculating Robustly Prime Numbers (=prime numbers, which do not contain 0 and remain prime, if you subsequently remove any number of digits from the left). The algorithm uses sieve of Eratosthenes and BitArray..