Carleton University - School of Computer Science Honours Project
Winter 2018
Interactive Visualizations of Data Structures
Omar Ben ismail
SCS Honours Project Image
ABSTRACT
Every computer science curriculum in the world includes a course on data structures and algorithms. By their nature, data structures are dynamic which makes them best taught by watching operations take place on them. This project is a d3 visual implementation of the treap, heap and graph data structures that allow for users to call specific operations on them and watch how these structures would behave.