project-euler: fix shadowing of permutations?.
parent
2ec0bf3037
commit
7bba1972a1
|
@ -2,6 +2,7 @@
|
|||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: arrays byte-arrays fry kernel math math.combinatorics math.functions
|
||||
math.parser math.primes project-euler.common sequences sets ;
|
||||
FROM: project-euler.common => permutations? ;
|
||||
IN: project-euler.049
|
||||
|
||||
! http://projecteuler.net/index.php?section=problems&id=49
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
! A copy of the license is available at http://factorcode.org/license.txt
|
||||
USING: arrays assocs combinators.short-circuit kernel math math.combinatorics
|
||||
math.functions math.primes math.ranges project-euler.common sequences ;
|
||||
FROM: project-euler.common => permutations? ;
|
||||
IN: project-euler.070
|
||||
|
||||
! http://projecteuler.net/index.php?section=problems&id=70
|
||||
|
|
Loading…
Reference in New Issue