-
Notifications
You must be signed in to change notification settings - Fork 0
/
notes.html
47 lines (47 loc) · 1.57 KB
/
notes.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
<!DOCTYPE html>
<html lang="en">
<head>
<script type="module" src="https://md-block.verou.me/md-block.js"></script>
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-4bw+/aepP/YC94hEpVNVgiZdgIC5+VKNBQNGCHeKRQN+PtmoHDEXuppvnDJzQIu9"
crossorigin="anonymous"
/>
<link rel="stylesheet" href="styles.css" />
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Olivia Wu - Notes</title>
</head>
<body>
<br /><br />
<h1 style="font-family: Verdana, Geneva, Tahoma, sans-serif">Notes</h1>
<br />
<section>
<div
class="center"
style="font-family: Verdana, Geneva, Tahoma, sans-serif"
>
<h3 style="font-family: Verdana, Geneva, Tahoma, sans-serif">
Data Structures and Algorithms
</h3>
<br />
<a href="./sorts_analysis.html">Sorts Analysis</a><br /><br />
<a href="./structures_analysis.html">Data Structures Time Analysis</a
><br /><br />
<h3 style="font-family: Verdana, Geneva, Tahoma, sans-serif">Bash</h3>
<br />
<a href="./shell.html">Shell Scripting</a><br /><br />
<a href="./unix_filters.html">Unix Filters</a><br /><br />
</div>
</section>
<br /><br />
<nav
class="center"
style="font-family: Verdana, Geneva, Tahoma, sans-serif"
>
<a href="./index.html">Back</a>
</nav>
</body>
</html>