drakewing / sicp

My solutions to Brian Harvey's CS61A using SICP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SICP & UC Berkeley CS 61A Problem Solutions

These are my solutions for the problem sets, labs, and programming assignments from Brian Harvey's CS 61A course recordings at Berkeley. The course is based on SICP but I am not going to solve every exercise in SICP. I will solve as many of the course assignments as I can - some of them require code that I can't find on the internet. These are the course materials I'm using:

Don't copy the UC Berkeley files from "harvey/" in this repo, use the link above. I have modified the source files according to this guide to make sure they run on my system. Therefore, they may not run on yours.

About

My solutions to Brian Harvey's CS61A using SICP


Languages

Language:Scheme 100.0%