Yashwin12 / algorithms-visualizer

πŸ‘Ύ Visualize algorithms and data structures using animations

Home Page:https://yashwin12.github.io/algorithms-visualizer/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Visualisation of Famous Algorithms πŸ“Š

This repository implements following algorithms:

Linear Search

Binary Search

Binary Search Tree(BST)

Note: BST is constructed via Node value inputs from the user!

How to run this project ? πŸƒβ€β™‚οΈ

  • You should have NodeJS insalled in your localhost machine Download NodeJS
  • Open Terminal
  • Navigate to Project Directory
  • Hitnpm install; This will install all required dependencies
  • After completion of above command, hit npm start
  • Wait for it to compile
  • Open http://localhost:3000 to view it in the browser.
  • Enjoy the visualiser!

Contributions

Please feel free to fork, improve, make pull requests or fill issues. I'll be glad to fix bugs you encountered.

About

πŸ‘Ύ Visualize algorithms and data structures using animations

https://yashwin12.github.io/algorithms-visualizer/


Languages

Language:JavaScript 93.9%Language:CSS 4.1%Language:HTML 2.1%