Skip to content

Latest commit

 

History

History
72 lines (53 loc) · 1.94 KB

README.md

File metadata and controls

72 lines (53 loc) · 1.94 KB
algorithm-visualizer

Algorithm-Visualizer

A web application, that lets you visualize complex algorithms. User's gets to working of algorithms, at different speeds, and different setups.


Algorithms Supported

  • Graph Algorihtms
    • Dijkstra's path finding algorihtm.
    • A-Star path finding algorihtm.
    • Breadth First Search (BFS) traversal algorihtm.
    • Depth First Search (DFS) traversal algorithm.
  • Sorting Algorihtms
    • Bubble Sort
    • Selection Sort
    • Insertion Sort
    • Quick Sort
    • Merge Sort
    • Heap Sort

Technology Stack Used

  • FrontEnd Design: HTML & CSS
  • Algorithms and animations: JavaScript
  • Server hosting: NodeJS
  • Web hosting: Netlify

Project Setup

  • Fork the repository and clone it to your local machine.
git clone https://github.com/harshita9104/algorithm-Visualiser
  • Install the dependencies
npm install
  • Run the server
npm start
  • Open the browser and go to the link
http://localhost:3000/