-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathindex.html
More file actions
61 lines (61 loc) · 3.4 KB
/
index.html
File metadata and controls
61 lines (61 loc) · 3.4 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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<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>
/* Default styles provided by pandoc.
** See https://pandoc.org/MANUAL.html#variables-for-html for config info.
*/
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="https://markfloryan.github.io/mrf8t">Mark Floryan</a> (<a href="mailto:mrf8t@virginia.edu">mrf8t@virginia.edu</a>) and <a href="http://www.cs.virginia.edu/~asb">Aaron Bloomfield</a> (<a href="mailto:aaron@virginia.edu">aaron@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><a href="readings.html">Readings</a> (<a href="readings.md">md</a>)</li>
<li>Slide sets: other than the daily announcements, the slide sets are kept in PDF form on Canvas
<ul>
<li><a href="slides/announcements.html#/">Daily announcement slides</a></li>
</ul></li>
<li>Programming assignments:
<ul>
<li><a href="pa/pa1/index.html">PA1: Internet Routing</a></li>
<li><a href="pa/pa2/index.html">PA2: Sorting Train Cars</a></li>
<li><a href="pa/pa3/index.html">PA3: Zombie Containment</a></li>
<li><a href="pa/pa4/index.html">PA4: Water Drainage</a></li>
<li><a href="pa/pa5/index.html">PA5: Final Exam Scheduling</a></li>
</ul></li>
<li><a href="ps/index.html">Problem sets</a></li>
<li><a href="old.html">Old course content</a> from previous semesters</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 Mark Floryan and Aaron Bloomfield.</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>