Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 566 Bytes

readme.md

File metadata and controls

27 lines (19 loc) · 566 Bytes

Time Complexity Analyzer

Hi! This is a simple time complexity analyzer which take random input for various algorithms and generates a graph for that algorithm. You can select the no. of iterations for every algorithm.

Live Website Link

Time Complexity Analyzer

Tech Stack

  • HTML
  • CSS
  • React
  • Tailwind
  • Vite

To run the project

  1. Clone the project.
  2. cd into the project folder
  3. run "npm install"
  4. run "npm run build"
  5. run "npm run preview"
  6. Then go to the the localhost address in the