xeraph
unread,Dec 31, 2007, 2:08:56 AM12/31/07Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sicp-sig
시간 여유와 난이도를 고려해서 수를 나눴습니다.
옵션이라고 붙은 마지막 문제는 할 수 있으면 하세요.
그림 언어는 도무지 테스트를 어떻게 해야할지 이거 참..
확실하게 답이 나오는 것부터 먼저 올리시고,
어려운 문제는 같이 생각해봅시다.
진도는 195쪽까지 나가도록 하겠습니다.
list as common interface
김준경
2.33. define list operation using accumulate
2.34. define hornor's rule using accumulate
2.35. redefine count-leaves using accumulate
2.36, 2.37
define accumulate-n
define matrix operation using accumulate-n
손석신
2.38, 2.39
characteristics of fold-left and fold-right
define reverse using fold-right
define reverse using fold-left
2.40
define unique-pairs
refactor prime-sum-pairs using unique-pairs
2.42, 2.43. eight queen
--
picture language
양봉열
2.44, 2.45
define up-split
define split
2.46. define add-vect, sub-vect, scale-vect
2.47. define selector operation of make-frame
2.48. represent segment using vector notation
2.49. define painters
2.50. define flip-horiz
2.51. define below
2.52. test robustness
--
symbolic operation
구동언
2.53. test memq
2.54. define equal?
2.55.
(car ''abracadabra)
> quote
2.56, 2.57. define exponentiation?, base, exponent, make-
exponentiation
2.58 (hard). deriv infix notation (옵션)