-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathindex.html
30 lines (30 loc) · 1.92 KB
/
index.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta name="generator" content="pandoc" />
<title>CS2501 - Data Structures and Algorithms I</title>
<style type="text/css">code{white-space: pre;}</style>
<link rel="stylesheet" href="../markdown.css" type="text/css" />
</head>
<body>
<h1 id="cs2501---data-structures-and-algorithms-i">CS2501 - Data Structures and Algorithms I</h1>
<h2 id="slides"><a name="introduction"></a>Slides</h2>
<ul>
<li><p><a href="./00-introduction.html">Introduction to Course</a>: Introduction to the course, grading structure, etc.</p></li>
<li><p><a href="./01-java.html">Introduction to Java</a>: Basic Java syntax, structure. Object oriented programming and related techniques.</p></li>
<li><p><a href="02-lists.html">Lists</a>: Overview of list data structures and more Java necessary for developing lists.</p></li>
<li><p><a href="./03-bigoh.html">Big Oh Notation</a>: Analysing data structure runtimes using Big-Oh notation.</p></li>
<li><p><a href="./04-trees.html">Trees</a>: Tree data structures, including BST and AVL</p></li>
<li><p><a href="./05-sorting.html">Sorting</a>: Sorting algorithms, including bubble, insertion, mergesort, and quicksort</p></li>
<li><p><a href="./06-hashing.html">Hashing</a>: Hash tables and collision resolution strategies.</p></li>
<li><p><a href="./07-priorityqueues.html">Priority Queus</a>: Priority queues, min-heaps, and heapsort.</p></li>
<li><p><a href="./08-concurrency.html">Concurrency</a>: Some simple multi-threading in Java.</p></li>
</ul>
<h2 id="other"><a name="introduction"></a>Other</h2>
<ul>
<li><a href="./dailyAnnouncements.html">Daily Announcements</a>: Daily Announcement Slides</li>
</ul>
</body>
</html>