Skip to content

A multi-algorithm visualizer including, sorting, pathfinding, graphs and more.

License

Notifications You must be signed in to change notification settings

joshGilstrap/Multi_Algorithm-Visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Algorithm Visualizer

Welcome to the Algorithm Visualizer! This project provides visualizations for various algorithms, including sorting, pathfinding, graph traversal, and more. It's built using Pygame, and offers both interactive and pre-defined configurations.

Table of Contents

Demo

A demonstration of Bubble Sort, A* Pathfinding, and Bredth First Graph Traversal demo-ezgif com-video-to-gif-converter

Algorithms

  • Sorting Algorithms: Bubble Sort, COMING SOON: Selection Sort, Heap Sort, Merge Sort, Quick Sort.
  • Pathfinding Algorithms: BFS, DFS, and A* algorithms on a fully-interactable grid with auto=maze generation.
  • Graph Algorithms: BFS and DFS algorithms on a node-based graph system. Several built-in common graphs with customizaiton abilities.

License

This project is licensed under the MIT License

About

A multi-algorithm visualizer including, sorting, pathfinding, graphs and more.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages