Skip to content

A step-by-step visualizer of some popular graph algorithms

Notifications You must be signed in to change notification settings

rcopstein/graph-algorithm-visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A step-by-step visualizer of some popular graph algorithms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages