Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add net/ricketyspace/sicp/one/thirtyseven.scm | rsiddharth | 2018-01-20 | 1 | -0/+22 |
| | |||||
* | net: Add (net ricketyspace sicp one thirtysix). | rsiddharth | 2018-01-11 | 1 | -0/+113 |
| | | | | * net/ricketyspace/sicp/one/thirtysix.scm: New file. | ||||
* | net: Add (net ricketyspace sicp one thirtyfive). | rsiddharth | 2018-01-03 | 1 | -0/+28 |
| | | | | net/ricketyspace/sicp/one/thirtyfive.scm: New file. | ||||
* | net: Add product-relative-primes. | rsiddharth | 2017-11-11 | 1 | -1/+13 |
| | | | | | * net/ricketyspace/sicp/one/thirtythree.scm (gcd product-relative-primes): New functions. | ||||
* | net: Add (net ricketyspace sicp one thirtythree). | rsiddharth | 2017-11-04 | 1 | -0/+68 |
| | | | | * net/ricketyspace/sicp/one/thirtythree.scm: New file. | ||||
* | net: (1.32) Add iterative version of accumulator. | rsiddharth | 2017-10-29 | 1 | -1/+32 |
| | | | | | | * net/ricketyspace/sicp/one/thirtytwo.scm (accumulate-iter, product-iter) (factorial-iter, sum-iter, simpson-iter): New functions. | ||||
* | net: Add (net ricketyspace sicp one thirtytwo) | rsiddharth | 2017-10-20 | 1 | -0/+36 |
| | | | | * net/ricketyspace/sicp/one/thirtytwo.scm: New file. | ||||
* | (net ricketyspace sicp one thirtyone): Simplify pi functions. | rsiddharth | 2017-10-14 | 1 | -8/+8 |
| | | | | | * net/ricketyspace/sicp/one/thirtyone.scm (pi, pi-iter): Update functions. | ||||
* | (net ricketyspace sicp one thirtyone): Add iterative version. | rsiddharth | 2017-10-14 | 1 | -10/+42 |
| | | | | | * net/ricketyspace/sicp/one/thirtyone.scm (product-iter, factorial-iter, pi-iter): New functions. | ||||
* | net: Add (net ricketyspace sicp one thirtyone). | rsiddharth | 2017-10-07 | 1 | -0/+43 |
| | | | | * net/ricketyspace/sicp/one/thirtyone.scm: New file. | ||||
* | net: Add (net ricketyspace sicp one thirty). | rsiddharth | 2017-09-30 | 1 | -0/+28 |
| | |||||
* | net: Update (net ricketyspace sicp one twentynine) | rsiddharth | 2017-09-25 | 1 | -2/+11 |
| | | | | | * net/ricketyspace/sicp/one/twentynine.scm (simpsons): Rename function to `simpson`; Add comments. | ||||
* | net: Add (net ricketyspace sicp one twenty nine) | rsiddharth | 2017-09-24 | 1 | -0/+25 |
| | |||||
* | Update net/ricketyspace/sicp/one/twentyeight.scm | rsiddharth | 2017-09-02 | 1 | -2/+2 |
| | |||||
* | net: Update (net ricketyspace sicp one twentyeight) | rsiddharth | 2017-09-02 | 1 | -0/+5 |
| | | | | net/ricketyspace/sicp/one/twentyeight.scm: Add comments. | ||||
* | net: Update (net ricketyspace sicp one twentyeight). | rsiddharth | 2017-09-02 | 1 | -1/+29 |
| | | | | | | * net/ricketyspace/sicp/one/twentyeight.scm (carmichael-numbers-pass?, prime-numbers-pass?) (even-numbers-pass?, run-tests): New functions. | ||||
* | net: Add (net ricketyspace sicp one twentyeight). | rsiddharth | 2017-08-26 | 1 | -0/+34 |
| | | | | * net/ricketyspace/sicp/one/twentyeight.scm: New file. | ||||
* | net: Add carmichael-numbers-fool-fermat-test? | rsiddharth | 2017-08-19 | 1 | -12/+8 |
| | | | | | | | | | * net/ricketyspace/sicp/one/twentyseven.scm (fermat-test): Update function. (fast-prime?): Remove function. (prime?): New function. (carmichael-numers-fool-fermat-test?): Remove function. (carmichael-numers-fool-fermat-test?): New function. | ||||
* | Add (net ricketyspace sicp one twentyseven). | rsiddharth | 2017-08-12 | 1 | -0/+37 |
| | | | | * net/ricketyspace/sicp/one/twentyseven.scm: New file. | ||||
* | net: Add (net ricketyspace sicp one twentyfour). | rsiddharth | 2017-07-22 | 1 | -0/+63 |
| | | | | * net/ricketyspace/sicp/one/twentyfour.scm: New module. | ||||
* | net: Add (net ricketyspace sicp one twentythree). | rsiddharth | 2017-07-15 | 1 | -0/+25 |
| | | | | | * net/ricketyspace/sicp/one/twentythree.scm (net ricketyspace sicp one twentythree): Add module. | ||||
* | net: Update (net ricketyspace sicp one twentytwo). | rsiddharth | 2017-07-08 | 1 | -1/+5 |
| | | | | | | | * net/ricketyspace/sicp/one/twentytwo.scm ((net ricketyspace sicp one twentytwo)[export]): Add three-primes-gt-1000, three-primes-gt-10000, three-primes-gt-100000, three-primes-gt-1000000. | ||||
* | net: Add three-primes-gt-1000000. | rsiddharth | 2017-07-08 | 1 | -0/+3 |
| | | | | | * net/ricketyspace/sicp/one/twentytwo.scm (three-primes-gt-1000000): New function. | ||||
* | net: Add three-primes-gt-100000. | rsiddharth | 2017-07-08 | 1 | -0/+3 |
| | | | | | * net/ricketyspace/sicp/one/twentytwo.scm (three-primes-gt-100000): New function. | ||||
* | net: Add three-primes-gt-10000. | rsiddharth | 2017-07-08 | 1 | -0/+3 |
| | | | | | * net/ricketyspace/sicp/one/twentytwo.scm (three-primes-gt-10000): New function. | ||||
* | net: Add three-primes-gt-1000 | rsiddharth | 2017-07-08 | 1 | -0/+3 |
| | | | | | * net/ricketyspace/sicp/one/twentytwo.scm (three-primes-gt-1000): New function. | ||||
* | (net ricketyspace sicp one twentytwo): Add three-primes-gt. | rsiddharth | 2017-07-01 | 1 | -1/+12 |
| | | | | | * net/ricketyspace/sicp/one/twentytwo.scm (three-primes-gt) (three-primes-gt-iter): New functions. | ||||
* | Add net/ricketyspace/sicp/one/twentytwo.scm | rsiddharth | 2017-06-24 | 1 | -0/+48 |
| | |||||
* | Add net/ricketyspace/sicp/utils.scm | rsiddharth | 2017-06-24 | 1 | -0/+10 |
| | |||||
* | net: Add module (net ricketyspace sicp one twentyone). | rsiddharth | 2017-06-17 | 1 | -0/+42 |
| | | | | * net/ricketyspace/sicp/one/twentyone.scm: New file. | ||||
* | sicp.org: Add notes (2 -> 6 -> The Fermat Test). | rsiddharth | 2017-05-27 | 1 | -0/+58 |
| | |||||
* | sicp.org: Update section exercises.1.20 | rsiddharth | 2017-05-12 | 1 | -5/+69 |
| | |||||
* | sicp.org: Scribble ex. 1.20. | rsiddharth | 2017-05-06 | 1 | -0/+36 |
| | |||||
* | Add (net ricketyspace sicp one nineteen) | rsiddharth | 2017-04-01 | 1 | -0/+31 |
| | |||||
* | net: Add `ifast-*` function. | rsiddharth | 2017-02-18 | 2 | -1/+22 |
| | | | | | | | | * net/ricketyspace/sicp/one/eighteen.scm (ifast-iter-*) (ifast-*): New functions. * net/ricketyspace/sicp/one/seventeen.scm (double, halve): Add functions to export. (even?): Add function to replace. | ||||
* | net: Fix `fast-*` function. | rsiddharth | 2017-02-18 | 1 | -1/+1 |
| | | | | * net/ricketyspace/sicp/one/seventeen.scm (fast-*): Update function. | ||||
* | net: Fix `fast-expt-iter` | rsiddharth | 2017-02-18 | 1 | -1/+1 |
| | | | | * net/ricketyspace/sicp/one/sixteen.scm (fast-expt-iter): Fix function. | ||||
* | Add net/ricketyspace/sicp/one/seventeen.scm | rsiddharth | 2017-02-11 | 1 | -0/+46 |
| | |||||
* | Add net/ricketyspace/sicp/one/sixteen.scm | rsiddharth | 2017-02-04 | 1 | -0/+26 |
| | |||||
* | one -> net/ricketyspace/sicp | rsiddharth | 2017-01-14 | 9 | -9/+9 |
| | |||||
* | one/fifteen.scm: fix log function. | rsiddharth | 2017-01-07 | 1 | -2/+2 |
| | |||||
* | Add one/fifteen.scm | rsiddharth | 2017-01-07 | 1 | -0/+31 |
| | |||||
* | update one/fourteen.scm | rsiddharth | 2016-11-26 | 1 | -20/+34 |
| | |||||
* | add one/fourteen.scm | rsiddharth | 2016-11-12 | 1 | -0/+29 |
| | |||||
* | one/twelve.scm: update printing function. | rsiddharth | 2016-09-24 | 1 | -2/+1 |
| | |||||
* | update sicp.org | rsiddharth | 2016-09-24 | 1 | -0/+19 |
| | |||||
* | update one/twelve.scm | rsiddharth | 2016-09-16 | 1 | -1/+14 |
| | |||||
* | one/twelve.scm: add printing functions | rsiddharth | 2016-09-14 | 1 | -1/+17 |
| | | | | They work only when all values of the triangle are single digit. | ||||
* | add one/twelve.scm | rsiddharth | 2016-09-03 | 1 | -0/+30 |
| | | | | made some progress on ex. 1.12. | ||||
* | add note on ex. 1.11. | rsiddharth | 2016-09-03 | 1 | -0/+5 |
| |