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
- Frontend: HTML, CSS, Javascript
- Version Control: Git
- Hosting: Netlify, Github Pages
- Step-by-step animation of the algorithm
- Ability to pause animation
- a short information on each algorithms and data structures
- 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
Will be added sonner ...
|
|
Trie |
Binary Search Tree |
Path Finding |
Sorting |
- 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
We welcome contributions! If you have an idea for a new feature or have found a bug, please open an issue on Github.
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