Discussions

Discussion material is posted below.

Date Discussions Material
02/09/21  Intro to Python
 Environment setup
Intro to Python, recursive_add.py
Python, Pycharm, and Github
Typical Python Errors
Python Intro
09/09/21  Binary Search
09/16/21  Insertion sort and selection sort
9/23/21  Linked List
09/30/21  Linked List II
10/07/21  QuickSort
10/14/21  Binary Tree Traversal
10/21/21  Binary Tree Insertion
10/28/21  Graph
11/04/21  Midterm 2 review
 
11/18/21  Shortest path in Graph
 
12/02/21  Shortest path in Graph