-
Notifications
You must be signed in to change notification settings - Fork 3
/
readme.html
71 lines (71 loc) · 3.99 KB
/
readme.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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
<head>
<meta charset="utf-8" />
<meta name="generator" content="pandoc" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
<title>CS 3100: Data Structures and Algorithms 2 (DSA2)</title>
<style>
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
div.columns{display: flex; gap: min(4vw, 1.5em);}
div.column{flex: auto; overflow-x: auto;}
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
/* The extra [class] is a hack that increases specificity enough to
override a similar rule in reveal.js */
ul.task-list[class]{list-style: none;}
ul.task-list li input[type="checkbox"] {
font-size: inherit;
width: 0.8em;
margin: 0 0.8em 0.2em -1.6em;
vertical-align: middle;
}
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
</style>
<link rel="stylesheet" href="markdown.css" />
</head>
<body>
<header id="title-block-header">
<h1 class="title">CS 3100: Data Structures and Algorithms 2 (DSA2)</h1>
</header>
<h2 id="overview">Overview</h2>
<p>This repository contains the materials for an Data Structures and Algorithms 2 (DSA2) course at the <a href="http://www.virginia.edu">University of Virginia</a>. The content of this repo will be filled in as the semester progresses. The content can be viewed online at <a href="http://uva-cs.github.io/dsa2">http://uva-cs.github.io/dsa2</a>.</p>
<p>The primary authors of this repository are <a href="http://www.cs.virginia.edu/~asb">Aaron Bloomfield</a> (<a href="mailto:aaron@virginia.edu">aaron@virginia.edu</a>) and <a href="https://engineering.virginia.edu/faculty/raymond-pettit">Ray Pettit</a> (<a href="mailto:raymond.pettit@virginia.edu">raymond.pettit@virginia.edu</a>). Many of the materials were taken, with permission, from other sources – see the License section, and the bottom, for details.</p>
<h2 id="repository-contents">Repository Contents</h2>
<ul>
<li><a href="syllabus.html">Course syllabus</a> (<a href="syllabus.md">md</a>)</li>
<li><a href="sdac.html">SDAC Accommodations</a> (<a href="sdac.md">md</a>)</li>
<li>Problem set assignments:
<ul>
<li><a href="ps/ps0.html">PS0</a> (<a href="ps/ps0.md">md</a>)</li>
<li><a href="ps/ps1.html">PS1</a> (<a href="ps/ps1.md">md</a>)</li>
<li><a href="ps/ps2.html">PS2</a> (<a href="ps/ps2.md">md</a>)</li>
<li><a href="ps/ps3.html">PS3</a> (<a href="ps/ps3.md">md</a>)</li>
<li><a href="ps/ps4.html">PS4</a> (<a href="ps/ps4.md">md</a>)</li>
<li><a href="ps/ps5.html">PS5</a> (<a href="ps/ps5.md">md</a>)</li>
<li><a href="ps/ps6.html">PS6</a> (<a href="ps/ps6.md">md</a>)</li>
<li><a href="ps/ps7.html">PS7</a> (<a href="ps/ps7.md">md</a>)</li>
<li><a href="ps/ps8.html">PS8</a> (<a href="ps/ps8.md">md</a>)</li>
<li><a href="ps/ps9.html">PS9</a> (<a href="ps/ps9.md">md</a>)</li>
</ul></li>
<li>Programming assignments:
<ul>
<li><a href="pa/pa1/index.html">PA1</a> (<a href="pa/pa1/index.md">md</a>)</li>
<li><a href="pa/pa2/index.html">PA2</a> (<a href="pa/pa2/index.md">md</a>)</li>
<li><a href="pa/pa3/index.html">PA3</a> (<a href="pa/pa3/index.md">md</a>)</li>
<li><a href="pa/pa4/index.html">PA4</a> (<a href="pa/pa4/index.md">md</a>)</li>
<li><a href="pa/pa5/index.html">PA5</a> (<a href="pa/pa5/index.md">md</a>)</li>
</ul></li>
<li>Slide sets:
<ul>
<li><a href="slides/announcements.html#/">Daily announcement slides</a></li>
<li><a href="slides/dp.html#/">Dynamic Programming</a></li>
<li><a href="slides/reductions.html#/">Reductions</a></li>
</ul></li>
</ul>
<h2 id="license">License</h2>
<p>The material in this repository is released under a <a href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a> (CC BY-SA).</p>
<p>Copyright (c) by Aaron Bloomfield and Raymond Pettit.</p>
<p>Some parts of this repository are taken, with permission, from other sources. They will be listed here when they are added to this repo.</p>
</body>
</html>