File tree Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 10
10
* .toc
11
11
* .vrb
12
12
_minted-sicp /
13
+ _minted-SICP-Solutions /
13
14
14
15
# Files generated by latexmk
15
16
* .fdb_latexmk
Original file line number Diff line number Diff line change @@ -5,12 +5,12 @@ An umptieth repository of solutions to most exercises from Abelson and Sussman
5
5
[ * Structure and Interpretation of Computer
6
6
Programs* ] ( https://mitpress.mit.edu/sicp/ ) .
7
7
8
- Link to PDF file with explanations (and code): [ sicp.pdf ] ( sicp.pdf ) . Looking in
9
- this file is probably the most convenient way to see how I solved a particular
10
- exercise (especially for the more complex ones): the ` .scm ` files don’t contain
11
- explanations since I put them in the PDF, and sometimes an exercise is split
12
- into several parts because it was more convenient to explain the parts
13
- separately.
8
+ Link to PDF file with explanations (and code):
9
+ [ SICP-Solutions.pdf ] ( SICP-Solutions.pdf ) . Looking in this file is probably the
10
+ most convenient way to see how I solved a particular exercise (especially for
11
+ the more complex ones): the ` .scm ` files don’t contain explanations since I put
12
+ them in the PDF, and sometimes an exercise is split into several parts because
13
+ it was more convenient to explain the parts separately.
14
14
15
15
The files named ` <exercise-number>pre.scm ` contain code from the book that
16
16
precedes the exercise with the given number, or sometimes code from the text of
File renamed without changes.
You can’t perform that action at this time.
0 commit comments