Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

sicpexercises · SICP Exercises

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 176
  • Category: Education
  • Founded: Dec 20, 2005
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 104 - 133 of 2067   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
104 Paste Pan
certmajor7 Send Email
Jun 7, 2006
5:19 am
Top Vendors Certifications Help, http://www.ocertify.com/?aid=4598&pid=567 Thanks....
105 a
certmajor7 Send Email
Jun 7, 2006
8:52 pm
http://www.edegreeworld.com/?aff=desire...
106 bbuszard Send Email Jun 8, 2006
12:28 am
; The vectors and matrix used to test the procedures (define v (list 2 4 6 8)) (define w (list 3 5 7 9)) (define m (list (list 1 2 3 4) (list 4 5 6 6) (list 6...
107 Help Support
certmajor7 Send Email
Jun 8, 2006
6:14 am
http://www.edegreeworld.com/?aff=desire...
108 bbuszard Send Email Jun 8, 2006
7:29 pm
; The names fold-right and fold-left seem unintuitive to me. They ; don't work in opposite directions as SICP claims: both peel off ; one object from the left...
109 Personal Pan
certmajor7 Send Email
Jun 10, 2006
1:53 pm
http://www.ocertify.com/?aid=4598&pid=567...
110 bbuszard Send Email Jun 12, 2006
2:04 am
; In the naive hope that the spam hasn't driven everyone away... ; The fold-left and fold-right definitions from 2.38 (define (fold-left op initial sequence) ...
111 road97es Send Email Jun 13, 2006
2:07 pm
Hi, First I'd like to say hello as I'm new to the group. Thanks a lot for this group. I've just begun to make my trip through SICP. Currently I'm fighting with...
112 bbuszard Send Email Jun 14, 2006
9:01 pm
... Hello Arturo, Glad to see there's someone else still checking the group. I suspect the lack of discussion of 1.14 is simply because no-one feels like ...
113 bbuszard Send Email Jun 14, 2006
9:01 pm
; Requisite helper-procedures defined in SICP (define (enumerate-interval low high) (if (> low high) '() (cons low (enumerate-interval (+ low 1) high)))) ...
114 Ioura Batugowski
ibatugow Send Email
Jun 15, 2006
12:51 am
Hello, let me try another approach: let: n = amount k = kind of coins v[i] = denomination of the coins of kind i (i=1..k) T(n,k) = number of steps For k=1,...
115 Johan Andersson
sbvrsv Send Email
Jun 15, 2006
11:49 am
We were given this frame to fill in: (define (accumulate-n op init seqs) (if (null? (car seqs)) '() (cons (accumulate op init <???>) ; A (accumulate-n op...
116 Johan Andersson
sbvrsv Send Email
Jun 15, 2006
12:20 pm
To find unique triples, we combine unique-pairs with enumerate-interval. (define (unique-triples n) (flatmap (lambda (pair) (map (lambda (i) (append pair (list...
117 Johan Andersson
sbvrsv Send Email
Jun 15, 2006
1:01 pm
The queens procedure is given. (define (queens board-size) (define (queen-cols k) (if (= k 0) (list empty-board) (filter (lambda (positions) (safe? k...
118 bbuszard Send Email Jun 16, 2006
1:15 am
... That's probably the most reasonable way to do it. Without using unique-pairs I produced the following: (define (generate-triples n) (flatmap (lambda (i) ...
119 bbuszard Send Email Jun 16, 2006
2:41 am
... <ibatugow@...> wrote: 50000? That's some implementation you're using. I can only get up to n=300 or so before Dr. Scheme (on my machine) starts taking...
120 Personal Pan
certmajor7 Send Email
Jun 16, 2006
3:48 am
http://www.edegreeworld.com/?aff=desire...
121 Johan Andersson
sbvrsv Send Email
Jun 16, 2006
7:47 am
... I'm using MIT Scheme, which has no native flatmap. flatmap as defined in SICP (define (flatmap proc seq) (accumulate append nil (map proc seq)) will...
122 Arturo Pina
road97es Send Email
Jun 16, 2006
1:22 pm
Hi, My understanding... ... I think it's easy to see that T(n,1) = 2n+1 at most this being the case if v[1]=1 or T(n,1) = 3 at least if v[1] = n However in the...
123 Test Version
certmajor7 Send Email
Jun 17, 2006
3:47 am
http://www.signajob.com/?id=2876...
124 Digital Graphics
certmajor7 Send Email
Jun 18, 2006
3:46 am
http://www.ocertify.com/?aid=4598&pid=567...
125 Stablizer Matter
certmajor7 Send Email
Jun 18, 2006
3:56 am
http://www.edegreeworld.com/?aff=desire...
126 Audio CD
certmajor7 Send Email
Jun 18, 2006
4:35 am
http://www.signajob.com/?id=2876...
127 Try Once
certmajor7 Send Email
Jun 20, 2006
3:34 am
http://www.collegeseek.be/?dest=56lso...
128 Total Solution
certmajor7 Send Email
Jun 20, 2006
3:55 am
http://www.2certifyonline.com/?ref=oldbee...
129 Distinct Desire
certmajor7 Send Email
Jun 21, 2006
3:31 am
http://www.ocertify.com/?aid=4598&pid=567...
130 Switch Mode
certmajor7 Send Email
Jun 21, 2006
3:36 am
http://www.signajob.com/?id=2876...
131 Dual Speaker
certmajor7 Send Email
Jun 21, 2006
3:44 am
http://www.edegreeworld.com/?aff=desire...
132 Wire Less
certmajor7 Send Email
Jun 22, 2006
3:47 am
http://www.examtips.be/?client=0498...
133 Empty Bottle
certmajor7 Send Email
Jun 22, 2006
4:14 am
http://www.2certifyonline.com/?ref=oldbee...
Messages 104 - 133 of 2067   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help