Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 998 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 998 Bytes

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