Skip to content

madhavmishra09/algometer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AlgoMeter

A web app that analyzes pasted code and estimates its time and space complexity. Built with React and Vite.

Features

  • Paste your algorithm/code and get instant complexity analysis
  • Detects loops, recursion, arrays, stacks, queues, linked lists, and more
  • Simple, clean UI

Getting Started

Prerequisites

  • Node.js (v14 or higher)
  • npm

Installation

npm install

Running the App

npm run dev

Open http://localhost:5173 in your browser.

Usage

  1. Paste your code in the input box on the home page.
  2. Click the "Analyze" button.
  3. View the estimated time and space complexity on the result page.
  4. Click "Refresh" to analyze new code.

License

MIT

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors