-
-
Notifications
You must be signed in to change notification settings - Fork 47.1k
Open
Labels
enhancementThis PR modified some existing filesThis PR modified some existing files
Description
Feature description
maths/primelib.py
contains multiple functions for commonly-used computations related to primes (sieve of Eratosthenes, least common multiple, prime factors, etc.), and most if not all of these are also implemented in other files. In an effort to remove duplicate algorithms, should we delete maths/primelib.py
in favor of separate files for each algorithm, or should we delete the other files and consolidate their implementations into maths/primelib.py
?
Metadata
Metadata
Assignees
Labels
enhancementThis PR modified some existing filesThis PR modified some existing files