A web app that analyzes pasted code and estimates its time and space complexity. Built with React and Vite.
- Paste your algorithm/code and get instant complexity analysis
- Detects loops, recursion, arrays, stacks, queues, linked lists, and more
- Simple, clean UI
- Node.js (v14 or higher)
- npm
npm installnpm run devOpen http://localhost:5173 in your browser.
- Paste your code in the input box on the home page.
- Click the "Analyze" button.
- View the estimated time and space complexity on the result page.
- Click "Refresh" to analyze new code.
MIT