-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
94 lines (86 loc) · 3.38 KB
/
Copy pathindex.html
File metadata and controls
94 lines (86 loc) · 3.38 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
---
layout: page
title: Notes
---
<!-- hi -->
When I was an undergrad I decided to write a bunch of notes for a bunch of things (several of these things were courses). Many of them aren't very well-written, but perhaps you will find them useful.
<h2>Self Reading</h2>
<ul>
<!-- <li>
<a href="auto-th"> Automata Theory </a>
<a href="auto-th/Automata_Theory.pdf"><span style="font-family: sans-serif, 'Open Sans';color: #999;font-size: 15px;">(PDF)</span></a>
</li> -->
<!-- <li>
<a href="prob-th"> Probability Theory </a>
<a href="prob-th/Probability_Theory.pdf"><span style="font-family: sans-serif, 'Open Sans';color: #999;font-size: 15px;">(PDF)</span></a>
</li> -->
<!-- <li>
<a href="sos"> The Sum-of-Squares Method </a>
<a href="sos/main.pdf"><span style="font-family: sans-serif, 'Open Sans';color: #999;font-size: 15px;">(PDF)</span></a>
</li> -->
<li>
<a href="rep-th"> Representation Theory of Finite Groups </a>
<a href="rep-th/main.pdf"><span style="font-family: sans-serif, 'Open Sans';color: #999;font-size: 15px;">(PDF)</span></a>
</li>
<li>
<a href="convex-geometry"> (High-Dimensional) Convex Geometry </a>
<a href="convex-geometry/Convex_Geometry.pdf"><span style="font-family: sans-serif, 'Open Sans';color: #999;font-size: 15px;">(PDF)</span></a>
</li>
<li>
<a href="group-th"> Group Theory </a>
<a href="group-th/Group_Theory.pdf"><span style="font-family: sans-serif, 'Open Sans';color: #999;font-size: 15px;">(PDF)</span></a>
</li>
<li>
<a href="coding-th"> Coding Theory </a>
<a href="coding-th/Coding_Theory.pdf"><span style="font-family: sans-serif, 'Open Sans';color: #999;font-size: 15px;">(PDF)</span></a>
</li>
</ul>
<h2>Course Notes</h2>
<ul>
<li>
<a href="cs-761"> CS 761: Derandomization and Pseudorandomness </a>
<a href="cs-761/main.pdf"><span style="font-family: sans-serif, 'Open Sans';color: #999;font-size: 15px;">(PDF)</span></a>
</li>
<li>
<a href="cs-6001"> CS 6001: Game Theory and Algorithmic Mechanism Design </a>
<a href="cs-6001/main.pdf"><span style="font-family: sans-serif, 'Open Sans';color: #999;font-size: 15px;">(PDF)</span></a>
</li>
<li>
<a href="ma-861"> MA 861: Combinatorics I </a>
<a href="ma-861/main.pdf"><span style="font-family: sans-serif, 'Open Sans';color: #999;font-size: 15px;">(PDF)</span></a>
</li>
<li>
<a href="ma-5109"> MA 5109: Topics in Graph Theory </a>
<a href="ma-5109/main.pdf"><span style="font-family: sans-serif, 'Open Sans';color: #999;font-size: 15px;">(PDF)</span></a>
</li>
<li>
<a href="ma-412"> MA 412: Complex Analysis </a>
<a href="ma-412/main.pdf"><span style="font-family: sans-serif, 'Open Sans';color: #999;font-size: 15px;">(PDF)</span></a>
</li>
<li>
<a href="ma-406"> MA 406: General Topology </a>
</li>
<li>
<a href="ma-403"> MA 403: Real Analysis </a>
</li>
<li>
<a href="cs-218"> CS 218: Design and Analysis of Algorithms </a>
<a href="cs-218/main.pdf"><span style="font-family: sans-serif, 'Open Sans';color: #999;font-size: 15px;">(PDF)</span></a>
</li>
<!-- <li>
<a href="cs-337"> CS 337: Artificial Intelligence and Machine Learning </a>
<a href="cs-337/cs-337.pdf"><span style="font-family: sans-serif, 'Open Sans';color: #999;font-size: 15px;">(PDF)</span></a>
</li> -->
<li>
<a href="cs-224"> CS 224: Computer Networks </a>
</li>
<li>
<a href="cs-207"> CS 207: Discrete Structures </a>
</li>
<li>
<a href="cs-251"> CS 251: Software Systems Lab </a>
</li>
<li>
<a href="hs-101"> HS 101: Economics </a>
</li>
</ul>