Welcome to AlgoViewer
by – Alex Israel Martínez
Overview
This project corresponds to my personal preferences in Computer Science, given the chance to explore and create whatever API I wished. I chose to dive into the realm of two subjects I have a great passion for -
Path Finding Algorithms and,
Data Structures
If you are completely new to AlgoViewer, get started now in the Quick Start Guide section.
Problem
I have been very visual throughout all my life, and writing down simple data structures with pen on paper has always helped me understand the subject for the better. For this occasion, and after many dedicated hours into getting a basic understanding of Sorting and Path Finding algorithms, I think it is an excellent practice to create an API that traverses visually any generated graph structure. In addition to that, create a small Data Base of different types of Algorithms to choose from and learn about the inner workings visually.
Solution
An API capable of traversing any path-finding algorithm through a graph-like data structure in a visual fashion, with the following -
Featured Algorithms:
DFS,
BFS,
A Star,
Cownway’s Game Of Life
If you are completely new to this concepts, get started now in the Graph Theory section.
Repository
Feel Free to surf the Repository any time: AlgoViewer - Official Repo.