/bigOAuditor

Using Chrome's build-in AI API's to analyze code and help you get better at DSA.

Primary LanguageJavaScriptMIT LicenseMIT

bigOAuditor

A powerful tool to analyze your code's efficiency.

Website | Chrome Build-in AI Challenge | Submission link

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.

How to Use

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

License

This project is licensed under the MIT License.

Google Chrome Built-in AI Challenge

This project was developed for the Google Chrome Built-in AI Challenge.

Scraped feature

  • Code simplification
  • Alternative approaches and its code