John Benediktsson
|
f59d8ef0c1
|
project-euler.common: add a digits>number.
|
2015-07-19 19:18:47 -07:00 |
Daniel Ehrenberg
|
da57436180
|
Finishing eliminating prune as a synonym of members
|
2010-02-27 14:52:24 -05:00 |
Slava Pestov
|
7826543d2e
|
sequences: add cartesian-each, cartesian-map, cartesian-product words to eliminate some duplication throughout the codebase
|
2010-02-25 20:54:57 +13:00 |
Slava Pestov
|
df4fb4a3ee
|
Removing integers-as-sequences
|
2010-01-15 07:15:33 +13:00 |
Slava Pestov
|
0612bc6177
|
Factor source files should not be executable
|
2009-11-21 17:50:43 -06:00 |
Aaron Schaefer
|
e59e051c74
|
Use [0,b) and iota where appropriate
|
2009-05-01 22:26:49 -04:00 |
Doug Coleman
|
332bde4173
|
use iota in a few places
|
2009-04-17 16:17:11 -05:00 |
Slava Pestov
|
f995542246
|
Project Euler solutions had MAIN: words which would leave values on the stack; add a new SOLUTION: parsing word now that MAIN: cannot do that
|
2009-03-18 23:05:32 -05:00 |
Aaron Schaefer
|
b5b207a484
|
Add test files for all Project Euler solutions
|
2008-11-05 01:11:15 -05:00 |
Aaron Schaefer
|
f2538d0156
|
Clean up Project Euler solutions
|
2008-10-30 22:04:44 -04:00 |
Doug Coleman
|
6e7aa21cb5
|
dont use lib
|
2008-10-02 17:40:49 -05:00 |
U-SLAVA-DFB8FF805\Slava
|
358c09d204
|
combinators.lib 3apply is kernel's tri@; remove and update usages
|
2008-06-27 02:17:19 -05:00 |
Doug Coleman
|
b7c1f9dbe8
|
extra changes:
index* -> index-from
last-index* -> last-index-from
1 tail -> rest
1 tail-slice -> rest-slice
subset -> filter
prepose
find* -> find-from
find-last* -> find-last-from
before, after generic, < for integers
make between? work for timestamps
|
2008-04-25 23:17:08 -05:00 |
Doug Coleman
|
f64d511ca6
|
add usings
|
2008-04-14 02:40:32 -05:00 |
Slava Pestov
|
ba467a39c4
|
Fix conflict
|
2008-02-07 18:57:23 -06:00 |
Slava Pestov
|
2541c62e29
|
Fix code for math.parser changes
|
2008-02-06 21:15:47 -06:00 |
Aaron Schaefer
|
ac10c4067a
|
Better method for getting last digits of an integer
|
2008-02-02 19:31:55 -05:00 |
Aaron Schaefer
|
e37f2101c6
|
Solution to Project Euler problem 38
|
2008-02-01 14:45:29 -05:00 |
Aaron Schaefer
|
5da9faa71c
|
Update math.combinatorics dependencies in PE solutions
|
2008-01-27 20:09:31 -05:00 |
Aaron Schaefer
|
cd92504288
|
Fix copyright date on PE solutions after the new year
|
2008-01-22 17:02:02 -05:00 |
Aaron Schaefer
|
7fbee3e810
|
Solutions to Project Euler problem 32
|
2008-01-22 00:08:27 -05:00 |