diff --git a/lecture-notes-pdf/BST.pdf b/lecture-notes-pdf/BST.pdf
new file mode 100644
index 0000000..1bf5502
Binary files /dev/null and b/lecture-notes-pdf/BST.pdf differ
diff --git a/lecture-notes-pdf/RBTree.pdf b/lecture-notes-pdf/RBTree.pdf
new file mode 100644
index 0000000..cf9cb5c
Binary files /dev/null and b/lecture-notes-pdf/RBTree.pdf differ
diff --git a/lecture-notes-pdf/RBTreeSols.pdf b/lecture-notes-pdf/RBTreeSols.pdf
new file mode 100644
index 0000000..9f9efcf
Binary files /dev/null and b/lecture-notes-pdf/RBTreeSols.pdf differ
diff --git a/lecture-notes-pdf/SaccharineJZTributeOnlinePDA-Spring2005.pdf b/lecture-notes-pdf/SaccharineJZTributeOnlinePDA-Spring2005.pdf
new file mode 100644
index 0000000..1e80441
Binary files /dev/null and b/lecture-notes-pdf/SaccharineJZTributeOnlinePDA-Spring2005.pdf differ
diff --git a/lecture-notes-pdf/Section06_trees.pdf b/lecture-notes-pdf/Section06_trees.pdf
new file mode 100644
index 0000000..ffda24f
Binary files /dev/null and b/lecture-notes-pdf/Section06_trees.pdf differ
diff --git a/lecture-notes-pdf/Section07_pq_ds.pdf b/lecture-notes-pdf/Section07_pq_ds.pdf
new file mode 100644
index 0000000..b75f408
Binary files /dev/null and b/lecture-notes-pdf/Section07_pq_ds.pdf differ
diff --git a/lecture-notes-pdf/Section08_avltrees.pdf b/lecture-notes-pdf/Section08_avltrees.pdf
new file mode 100644
index 0000000..641463b
Binary files /dev/null and b/lecture-notes-pdf/Section08_avltrees.pdf differ
diff --git a/lecture-notes-pdf/Section09_rbtrees.pdf b/lecture-notes-pdf/Section09_rbtrees.pdf
new file mode 100644
index 0000000..15fcc36
Binary files /dev/null and b/lecture-notes-pdf/Section09_rbtrees.pdf differ
diff --git a/lecture-notes-pdf/avl.pdf b/lecture-notes-pdf/avl.pdf
new file mode 100644
index 0000000..bc5b451
Binary files /dev/null and b/lecture-notes-pdf/avl.pdf differ
diff --git a/lecture-notes-pdf/btree.pdf b/lecture-notes-pdf/btree.pdf
new file mode 100644
index 0000000..49ce6a4
Binary files /dev/null and b/lecture-notes-pdf/btree.pdf differ
diff --git a/lecture-notes-pdf/btreeprobs.pdf b/lecture-notes-pdf/btreeprobs.pdf
new file mode 100644
index 0000000..a3c807d
Binary files /dev/null and b/lecture-notes-pdf/btreeprobs.pdf differ
diff --git a/lecture-notes-pdf/btreesoln.pdf b/lecture-notes-pdf/btreesoln.pdf
new file mode 100644
index 0000000..87f0fa0
Binary files /dev/null and b/lecture-notes-pdf/btreesoln.pdf differ
diff --git a/lecture-notes-pdf/dsImplem.pdf b/lecture-notes-pdf/dsImplem.pdf
new file mode 100644
index 0000000..447d3f8
Binary files /dev/null and b/lecture-notes-pdf/dsImplem.pdf differ
diff --git a/lecture-notes-pdf/lecture18b.pdf b/lecture-notes-pdf/lecture18b.pdf
new file mode 100644
index 0000000..715b4ee
Binary files /dev/null and b/lecture-notes-pdf/lecture18b.pdf differ
diff --git a/lecture-notes-pdf/lecture19b.pdf b/lecture-notes-pdf/lecture19b.pdf
new file mode 100644
index 0000000..5c1c952
Binary files /dev/null and b/lecture-notes-pdf/lecture19b.pdf differ
diff --git a/lecture-notes-pdf/lecture21b.pdf b/lecture-notes-pdf/lecture21b.pdf
new file mode 100644
index 0000000..352e3b3
Binary files /dev/null and b/lecture-notes-pdf/lecture21b.pdf differ
diff --git a/lecture-notes-pdf/lecture22b.pdf b/lecture-notes-pdf/lecture22b.pdf
new file mode 100644
index 0000000..eaaf0d1
Binary files /dev/null and b/lecture-notes-pdf/lecture22b.pdf differ
diff --git a/lecture-notes-pdf/lecture23b.pdf b/lecture-notes-pdf/lecture23b.pdf
new file mode 100644
index 0000000..34410c6
Binary files /dev/null and b/lecture-notes-pdf/lecture23b.pdf differ
diff --git a/lecture-notes-pdf/lecture24b.pdf b/lecture-notes-pdf/lecture24b.pdf
new file mode 100644
index 0000000..b24acb1
Binary files /dev/null and b/lecture-notes-pdf/lecture24b.pdf differ
diff --git a/lecture-notes-pdf/lecture25b.pdf b/lecture-notes-pdf/lecture25b.pdf
new file mode 100644
index 0000000..f02eaf9
Binary files /dev/null and b/lecture-notes-pdf/lecture25b.pdf differ
diff --git a/lecture-notes-pdf/makeTut.pdf b/lecture-notes-pdf/makeTut.pdf
new file mode 100644
index 0000000..dc0fd63
Binary files /dev/null and b/lecture-notes-pdf/makeTut.pdf differ
diff --git a/lecture-notes-pdf/pqADTHeaps.pdf b/lecture-notes-pdf/pqADTHeaps.pdf
new file mode 100644
index 0000000..4f45ccc
Binary files /dev/null and b/lecture-notes-pdf/pqADTHeaps.pdf differ
diff --git a/lecture-notes-pdf/pqds.pdf b/lecture-notes-pdf/pqds.pdf
new file mode 100644
index 0000000..a55eccc
Binary files /dev/null and b/lecture-notes-pdf/pqds.pdf differ
diff --git a/lecture-notes-pdf/rbex.pdf b/lecture-notes-pdf/rbex.pdf
new file mode 100644
index 0000000..0ee2b09
Binary files /dev/null and b/lecture-notes-pdf/rbex.pdf differ
diff --git a/lecture-notes-pdf/rbexsol.pdf b/lecture-notes-pdf/rbexsol.pdf
new file mode 100644
index 0000000..f628be7
Binary files /dev/null and b/lecture-notes-pdf/rbexsol.pdf differ
diff --git a/lecture-notes-pdf/rbnotes.pdf b/lecture-notes-pdf/rbnotes.pdf
new file mode 100644
index 0000000..b760644
Binary files /dev/null and b/lecture-notes-pdf/rbnotes.pdf differ
diff --git a/lecture-notes-pdf/treeTraversal.pdf b/lecture-notes-pdf/treeTraversal.pdf
new file mode 100644
index 0000000..b8d2517
Binary files /dev/null and b/lecture-notes-pdf/treeTraversal.pdf differ
diff --git a/local-documents/ThankingJasonForHisHacking.md b/local-documents/ThankingJasonForHisHacking.md
index d059f75..743eae1 100644
--- a/local-documents/ThankingJasonForHisHacking.md
+++ b/local-documents/ThankingJasonForHisHacking.md
@@ -18,9 +18,10 @@ the [lost faculty image of him](https://cs.illinois.edu/directory/profile/zych)
used to be linked on the CS department's [webpage](http://cs.uiuc.edu). A few other
images worth literally 1000's of words of note taking:
-
+
+
+
-**(On the role of Math in CS: )**
He was also the only instructor I was in class with in my tenure at UIUC who never