ExpandingShapes / SICP

SICP examples and exercises

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SICP

SICP examples and exercises

Exercise 1.2 Translate expression 5+4+ (2-(3-(6+4/5)))/3(6-2)(2-7) into prefix form
Exercise 1.3 Define a procedure that takes three numbers as arguments and returns the sum of the squares of the two larger numbers.

About

SICP examples and exercises


Languages

Language:Scheme 100.0%