dont use lib
parent
d99be8bf77
commit
6e7aa21cb5
|
|
@ -1,6 +1,6 @@
|
||||||
! Copyright (c) 2007 Aaron Schaefer.
|
! Copyright (c) 2007 Aaron Schaefer.
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: arrays combinators.lib combinators.short-circuit kernel
|
USING: arrays combinators.short-circuit kernel
|
||||||
math math.ranges namespaces make sequences sorting ;
|
math math.ranges namespaces make sequences sorting ;
|
||||||
IN: project-euler.014
|
IN: project-euler.014
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
! Copyright (c) 2007 Aaron Schaefer.
|
! Copyright (c) 2007 Aaron Schaefer.
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: combinators.lib combinators.short-circuit kernel math math.functions
|
USING: combinators.short-circuit kernel math math.functions
|
||||||
math.ranges namespaces project-euler.common sequences sequences.lib ;
|
math.ranges namespaces project-euler.common sequences ;
|
||||||
IN: project-euler.021
|
IN: project-euler.021
|
||||||
|
|
||||||
! http://projecteuler.net/index.php?section=problems&id=21
|
! http://projecteuler.net/index.php?section=problems&id=21
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
! Copyright (c) 2008 Aaron Schaefer.
|
! Copyright (c) 2008 Aaron Schaefer.
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: combinators.lib hashtables kernel math math.combinatorics math.functions
|
USING: hashtables kernel math math.combinatorics math.functions
|
||||||
math.parser math.ranges project-euler.common sequences sets ;
|
math.parser math.ranges project-euler.common sequences sets ;
|
||||||
IN: project-euler.032
|
IN: project-euler.032
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
! Copyright (c) 2008 Aaron Schaefer.
|
! Copyright (c) 2008 Aaron Schaefer.
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: combinators.lib combinators.short-circuit kernel math.parser math.ranges
|
USING: combinators.short-circuit kernel math.parser math.ranges
|
||||||
project-euler.common sequences ;
|
project-euler.common sequences ;
|
||||||
IN: project-euler.036
|
IN: project-euler.036
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,8 @@
|
||||||
! Copyright (c) 2008 Aaron Schaefer.
|
! Copyright (c) 2008 Aaron Schaefer.
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: combinators.lib combinators.short-circuit hashtables kernel math
|
USING: combinators.short-circuit hashtables kernel math
|
||||||
math.combinatorics math.parser math.ranges project-euler.common sequences
|
math.combinatorics math.parser math.ranges project-euler.common sequences
|
||||||
sequences.lib sorting sets ;
|
sorting sets ;
|
||||||
IN: project-euler.043
|
IN: project-euler.043
|
||||||
|
|
||||||
! http://projecteuler.net/index.php?section=problems&id=43
|
! http://projecteuler.net/index.php?section=problems&id=43
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
! Copyright (c) 2008 Aaron Schaefer.
|
! Copyright (c) 2008 Aaron Schaefer.
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: arrays combinators.lib kernel math math.primes math.primes.factors
|
USING: arrays kernel math math.primes math.primes.factors
|
||||||
math.ranges namespaces sequences ;
|
math.ranges namespaces sequences ;
|
||||||
IN: project-euler.047
|
IN: project-euler.047
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
! Copyright (c) 2008 Aaron Schaefer.
|
! Copyright (c) 2008 Aaron Schaefer.
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: combinators.lib combinators.short-circuit kernel math
|
USING: combinators.short-circuit kernel math
|
||||||
project-euler.common sequences sorting ;
|
project-euler.common sequences sorting ;
|
||||||
IN: project-euler.052
|
IN: project-euler.052
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
! Copyright (c) 2008 Aaron Schaefer.
|
! Copyright (c) 2008 Aaron Schaefer.
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: arrays combinators.lib kernel math math.ranges
|
USING: arrays kernel math math.ranges
|
||||||
namespaces project-euler.common sequences sequences.lib ;
|
namespaces project-euler.common sequences ;
|
||||||
IN: project-euler.075
|
IN: project-euler.075
|
||||||
|
|
||||||
! http://projecteuler.net/index.php?section=problems&id=75
|
! http://projecteuler.net/index.php?section=problems&id=75
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue