Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 743 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 743 Bytes

Graph Algorithm Visualizer

Final project for the Algorithms and Data Structures class of 2015/2. This project was a collaboration between André Antonitsch and Rafael Copstein.

Screenshot of the application

This project was split into two parts:

1 - Creating a graph that could perform the basic operations (insertion and removal) in O(1) time

2 - Creating a visual testbed for famous graph algorithms using the previously developed graph implementation

Our solution is based on the code for Violet by Cay Horstmann which was modified specifically for this assignment by Prof. Júlio Machado.

This repository is a netbeans project.