CPE 103 – Data Structures

Here you will find the slides that I created for CPE103 a Data Structures course at Cal Poly. The lab for the class was in Java, but I wrote these slides to be language independent. My two favorite topics were binary search trees and hash tables.

algorithm_analysis

stacks

queues

priority_queues

binary_search_trees

binary_tree_traversal

avl_trees

hash_tables

sorting_algorithms

graphs