summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* ex: 52.rkt: add `corner-split-single`HEADmastersiddharth ravikumar2022-08-252-1/+25
|
* update README.orgsiddharth ravikumar2022-08-251-2/+1
|
* ex/2: 52.rkt: add wavex->paintersiddharth ravikumar2022-08-092-0/+81
| | | | Wave painter with a smile.
* ex: 51.rkt: implement `below-rot`siddharth ravikumar2022-07-122-1/+13
|
* ex: 51.rkt: implement `below`siddharth ravikumar2022-06-293-1/+49
|
* ex: 50.rkt: implement counterclockwise-270siddharth ravikumar2022-06-131-0/+7
|
* ex: 50.rkt: implement counterclockwise-180siddharth ravikumar2022-06-131-0/+9
|
* ex: 50.rkt: implement flip-horizsiddharth ravikumar2022-06-042-0/+34
|
* sicp.org: add util. elisp function used for ex. 2.49siddharth2022-05-221-0/+6
|
* ex: 2.49: implement wave paintersiddharth2022-05-211-0/+68
|
* ex: 2.49: implement outline, x, and diamond painterssiddharth2022-05-152-1/+89
| | | | Using `segment->painter`.
* README.org: add note about racket dependenciessiddharth2022-03-311-0/+6
|
* update sicp.orgsiddharth2022-03-311-536/+536
|
* ex: do ex 2.48siddharth2021-10-141-0/+35
|
* ex: do ex 2.47siddharth2021-10-091-0/+57
|
* ex: do ex. 2.45siddharth2021-10-031-0/+27
|
* ex: do ex 2.46siddharth2021-09-241-0/+51
|
* add LICENSEsiddharth2021-09-171-0/+2
|
* README.org: fix grammarsiddharth2021-09-161-1/+1
|
* README.org: fix monospace formattingsiddharth2021-09-161-2/+2
|
* ex/2/44.rkt: do ex. 2.44siddharth2021-09-162-0/+39
|
* README.org: remove 'copying' sectionsiddharth2021-09-161-6/+0
|
* README.org: add about switch to Racketsiddharth2021-09-161-0/+6
|
* remove startsiddharth2021-09-161-10/+0
|
* sicp.org: ex. 2.43rsiddharth2020-10-311-0/+44
|
* start: change licensersiddharth2020-09-201-3/+2
|
* README.org: update copyingrsiddharth2020-09-201-2/+2
|
* net: fortytwo.scm: add queensrsiddharth2020-09-201-2/+38
| | | | | | * net/ricketyspace/sicp/two/fortytwo.scm (position-col): Fix function (empty-board): New variable. (queens): New function.
* net: fortytwo.scm: Add adjoin-positionrsiddharth2020-07-131-1/+7
| | | | | | | * net/ricketyspace/sicp/two/fortytwo.scm (adjoin-position): New function. Mostly done.
* net: add two/fortytwo.scmrsiddharth2020-07-121-0/+54
| | | | Initial version of safe? done.
* Add (net ricketyspace sicp two fortyone)rsiddharth2020-04-121-0/+83
|
* Add (net ricketyspace sicp two forty).rsiddharth2020-04-052-4/+57
|
* Add (net ricketyspace sicp two thirtynine).rsiddharth2019-12-261-0/+22
| | | | * net/ricketyspace/sicp/two/thirtynine.scm: New file.
* Add (net ricketyspace sicp two thirtyeight).rsiddharth2019-12-211-0/+47
|
* Add (net ricketyspace sicp two thirtyseven).rsiddharth2019-12-131-0/+40
|
* Add (net ricketyspace sicp two thirtysix).rsiddharth2019-12-061-0/+27
|
* Add (net ricketyspace sicp two thirtyfive).rsiddharth2019-11-291-0/+32
|
* net: Add (net ricketyspace sicp two thirtyfour).rsiddharth2019-11-221-0/+25
|
* sicp/two: Add thirtythree.scm.rsiddharth2019-11-151-0/+45
|
* net: sicp/two/thirtytwo: Update subsets.rsiddharth2019-08-251-0/+3
| | | | * net/ricketyspace/sicp/two/thirtytwo.scm (subsets): Add doc.
* Add (net ricketyspace sicp two thirtytwo).rsiddharth2019-08-171-0/+16
|
* Add (net rickteyspace sicp two thirtyone).rsiddharth2019-08-101-0/+22
|
* net: Add (net ricketyspace sicp two thirty)rsiddharth2019-08-031-0/+33
|
* sicp.org: Add excercise 29.drsiddharth2019-07-201-0/+30
|
* two/twentynine.scm: Add example for mobile-balanced?rsiddharth2019-07-161-0/+57
|
* two/twentynine.scm: Add mobile-balanced?rsiddharth2019-07-151-1/+21
| | | | | * net/ricketyspace/sicp/two/twentynine.scm (has-submobile?) (torque, mobile-balanced?): New functions.
* net/ricketyspace: two/twentynine.scm: Add branch-weight.rsiddharth2019-07-151-5/+6
| | | | | | * net/ricketyspace/sicp/two/twentynine.scm (branch-weight): New function. (total-weight): Remove branch-weight local function.
* net/ricketyspace/sicp/two/twentynine.scm: Fix spacing in example.rsiddharth2019-07-151-4/+5
|
* net/ricketyspace/sicp/two/twentynine.scm: Update total-weight.rsiddharth2019-07-151-23/+27
| | | | | * net/ricketyspace/sicp/two/twentynine.scm (total-weight): Fix function.
* Add (net ricketyspace sicp two twentynine)rsiddharth2019-07-061-0/+61
| | | | | | Ex 2.29 a, b. * net/ricketyspace/sicp/two/twentynine.scm: New file.