Skip to content

Commit 1496d5a

Browse files
committed
Problem set framework for 2020.
0 parents  commit 1496d5a

File tree

2 files changed

+45
-0
lines changed

2 files changed

+45
-0
lines changed

.gitignore

+37
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
#*#
2+
*.aux
3+
*.backup
4+
*.core
5+
*.dSYM
6+
*.dvi
7+
*.gcda
8+
*.gch
9+
*.log
10+
*.noopt
11+
*.o
12+
*.optimized
13+
*.pch
14+
*.unsafe
15+
*.xcodeproj
16+
*~
17+
.DS_Store
18+
.cproject
19+
.deps
20+
.gitcheckout
21+
.goutputstream-*
22+
.hg
23+
.project
24+
.svn
25+
.vscode
26+
a.out
27+
core*
28+
cmake-build-*
29+
cscope.out
30+
pset.tgz
31+
pset[1-9].tgz
32+
pset[1-9]grade.tgz
33+
strace.out
34+
tags
35+
tags.*
36+
typescript
37+
vgcore*

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
CS 61 Problem Sets
2+
==================
3+
4+
This repository contains the problem sets for Harvard’s CS 61 class, Systems
5+
Programming and Machine Organization.
6+
7+
For more information, see the course wiki:
8+
https://cs61.seas.harvard.edu/

0 commit comments

Comments
 (0)