• Alex Chen
  • Adjunct Lecturer
  • Email:axchen93@gmail.com
  • Room:SB A201
  • Office Hours: M 4-5PM
× Home (CS 313) Notes Projects
# Lecture Notes
1 Introduction Introduction Java Objects
2 Array Arrays
3 LinkedList Linked List Source Code
4 Stacks/Queues Stack/Queue
5 Algorithm Analysis Analysis Source Code
6 Sorting Source Code
7 Iterable/Comparable Iterable/Comparable Iterable/Iterator Code
8 Set/Maps Sets/Maps Set/Map Code Chained HashTable Code Open Addressing HT Code
9 Trees Tree Tree Code General Tree Code Binary Tree Code
10 Priority Queue PQ PQ Code
11 Binary Search Tree BST BST Code
12 Self Balancing Tree (AVL) AVL AVL Code