Skip to content

Helper functions and data structures for Project Euler problems.

License

Notifications You must be signed in to change notification settings

labarilem/ProjectEuler.Math

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ProjectEuler.Math

A collection of math functions able to speed up the coding of solutions to Project Euler problems.

NuGet Package (.NETStandard 1.4)

How to install this package from .NET Core CLI:

dotnet add package ProjectEuler.Math

Here is a summary of all the functions in the library:

  • Primes
    • IsPrime
    • CachedIsPrime
  • BigPrimes
    • IsPrime
    • CachedIsPrime
  • Combinatorics
    • IsPalindromic
  • Extensions
    • BigInteger.Sqrt
  • Graphing
    • Graph data structures
    • Graph algorithms

About

Helper functions and data structures for Project Euler problems.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages