-
Notifications
You must be signed in to change notification settings - Fork 1
/
resources.html
88 lines (69 loc) · 2.04 KB
/
resources.html
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
<html>
<link rel="stylesheet"
href="cs256.css" type="text/css">
<head>
<title>
CS 256 :: Algorithm Design and Analysis
</title>
</head>
<body>
<p class="title2">
<font size="5">CSCI 256: Spring 2021 </font>
</p>
<p class="title">
Algorithm Design and Analysis
</p>
<p class="box">
<a href="index.html">Home</a> |
<a href="schedule.html">Course Schedule</a> |
<a href="assignments.html">Assignments</a> |
<a href="policies.html">Course Policies</a> |
<a href="resources.html">Resources</a> |
<!-- <a href="staff.html">People</a> | -->
<a href="http://www.cs.williams.edu">CS Dept</a>
</p>
<p class="heading">Resources and Handouts</p>
<table class="info">
<tr>
<td>
<b> Course Info</b>
</td>
</tr>
<tr>
<td><a href="handouts/syllabus.pdf">Syllabus</a> </td>
</tr>
<tr>
<td><a href="handouts/psetguide.pdf">Problem Set Advice</a> </td>
</tr>
<tr><td></td> </tr>
<tr><td></td> </tr>
<tr>
<td>
<b> Latex Resources</b>
</td>
</tr>
<tr><td> <a href="https://www.sharelatex.com/learn/Learn_LaTeX_in_30_minutes">Learn LaTeX in 30 minutes</a> </td></tr>
<tr><td> <a href = "https://joshldavis.com/2014/02/12/doing-your-homework-in-latex/">Doing your HW in LaTex</a> </td></tr>
<tr><td> <a href="https://wch.github.io/latexsheet/latexsheet.pdf">LaTeX Cheat Sheet</><td><tr>
<tr><td> <a href="https://tex.stackexchange.com/">LaTex Stack Exchange</a> (useful for debugging) </td></tr>
<tr><td></td> </tr>
<tr><td></td> </tr>
<tr>
<td>
<b> Supplemental Materials</b>
</td>
<tr><td> <a href="handouts/Recurrences_Handout.pdf">Recurrences Handout</a></td></tr>
<tr><td> <a href="handouts/flow_reduction.pdf">Flow Reduction Handout</a></td></tr>
<!--tr><td> <a href="handouts/Guide_to_Greedy_Algorithms.pdf">Guide to Greedy Algorithms</a></td></tr-->
</tr>
</table>
<table width=800 border=0 cellpadding=1 cellspacing=0>
<tr class="box">
<td colspan=2><font size=-1>
Copyright 2020 | Department of Computer Science :: 47 Lab Campus Drive :: Williamstown, MA 01267
</font>
</td>
</tr>
</table>
</body>
</html>