Skip to content

A complete application for visualizing common pathfinding and sorting algorithms.

Notifications You must be signed in to change notification settings

Ehab-24/algo-visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

Algorithm Visualizer

Algo Visualizer is a web application built with the flutter framework and hosted on firebase.

Description

This web application is designed specifically for those who are new to data structures and algorithms in computer science, as it is a tool to visualize some of the most famous pathfinding and sorting algorithms out there.

Pathfinding

You can visualize the following five algorithms on a custom maze

  • A-star search
  • Dijkstra's algorithm
  • Best first search
  • Breadth first search
  • Depth first search

Sorting

You can visualize the following six sorting algorithms with a custom size array

  • Selection sort
  • Insertion sort
  • Quick sort
  • Heap sort
  • Bubble sort
  • Cocktail sort

Authors

Ehab Sohail Ehab T-48

Acknowledgments

About

A complete application for visualizing common pathfinding and sorting algorithms.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages