We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
0 parents commit 1496d5aCopy full SHA for 1496d5a
.gitignore
@@ -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
@@ -0,0 +1,8 @@
+CS 61 Problem Sets
+==================
+
+This repository contains the problem sets for Harvard’s CS 61 class, Systems
+Programming and Machine Organization.
+For more information, see the course wiki:
+https://cs61.seas.harvard.edu/
0 commit comments