Overview

This project leverages the power of Google Chrome's built-in AI APIs to analyze code snippets and provide insights into their time and space complexity.

Key Features

Code Analysis: Accurately parses and analyzes code snippets. Time and Space Complexity: Calculates the worst case complexity of the code. Alternative Approaches: Offers alternative and better approaches to the solve the problem.

How to Use

Input Code: Enter your code snippet into the provided input field. Submit: Click the "Analyze" button. View Results: Get the time and space complexity.

Built With

Share this project:

Updates