/Learn-Algo

This project is developed with simple html,css,js to help people to view algorithmic processes intuitively and entertainingly.

Primary LanguageJavaScript

Learn Algo

This project is developed with simple html,css,js to help people to view algorithmic processes intuitively and entertainingly.

Lean Algo 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.

Visit: https://learn-algo-gold.vercel.app/

🛠️ Built with :

  • Frontend: HTML, CSS, Javascript
  • Version Control: Git
  • Hosting: Vercel

✨ 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-k

⏳ 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

ENJOY THE BEAUTY OF ALGORITHMS!