Skip to content

yeshwanthreddy12/Algorithm-Visualizer

Repository files navigation

Algo Visualizer

Welcome to Algo Visualizer, a simple web app for visualizing various sorting, pathfinding and number theory algorithms. This project is highly inspired by Clement Mihailescu's work . Built using HTML, CSS and vanilla Javascript. You can access the project here.

Meet the algorithms

  • Dijkstra's
  • A-star search
  • Depth First Search
  • Breadth First Search
  • Sieve of Eratosthenes
  • Sorting algorithms such as - Merge sort, Bubble sort, Quick sort and Insertion sort

Screenshots


TODO

Algorithms to be added
  • N-queens (backtracking)
  • Travelling salesman problem
  • Tree traversals (inorder, postorder, preorder)
  • More pathfinding algorithms - Best first search.
Improve code
  • Clean up code and organize it properly.
  • Implement stateful components in vanilla js here

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published