Skip to content

Latest commit

Β 

History

History
84 lines (67 loc) Β· 4.04 KB

README.md

File metadata and controls

84 lines (67 loc) Β· 4.04 KB

Algorithm Visualizer

License: MIT PRs Welcome Netlify Status

Algorithm Visualizer is an interactive way and platform that visualize the algorithms in four main domain i.e. Trie data structure, Binary Search Tree, Path Finding and Sort Visual algorithm. The project focuses on visualizng πŸ“Š the algorithm and try to make easier to understand and learn the algorithm.

Author : Sayan Maity

πŸ› οΈ Built with :

  • Frontend: HTML, CSS, Javascript
  • Version Control: Git
  • Hosting: Netlify, Github Pages

✨ Features :

  • Step-by-step animation of the algorithm
  • Ability to pause animation
  • a short information on each algorithms and data structures

πŸ‘¨β€πŸ’» How to Use :

  • Select the algorithm you want to visualize from the dropdown menu.
  • Enter the input for the algorithm in the text field (for trie and binary search tree, you can use a list of words)
  • Press the "Visualize" button to see the animation of the algorithm in action.
  • Press the "Pause" button to pause the animation
  • Now go and play with it

πŸ“’ Description :

Will be added sonner ...

πŸ“Έ Screenshots :


Home Page


Trie


Binary Search Tree


Path Finding


Sorting

⏳ Future Improvements :

  • Add more and more algorithms and data structures
  • Bring a lot of animations to help users visualize things more perfectly
  • Adding the time complexity chart and some small info on each topics

Contributing

We welcome contributions! If you have an idea for a new feature or have found a bug, please open an issue on Github.

πŸ“ Endnote

So if you have liked this project then do consider giving it a star which will encourage me to build more of this kind of projects in future and also if you want youcan follow me on Github 😊 Keep Coding !

~ Sayan Maity