Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 284 Bytes

File metadata and controls

8 lines (7 loc) · 284 Bytes

python-challenge-tools

Libraries of tools in Python I use for algorithmic challenges.

Current libraries:

  • euclide: GCD Euclide's algorithms and applications;
  • factors: Factorizations of integers;
  • primes: Primes sieves and primality tests;
  • utils: Other tools;