A powerful tool to analyze your code's efficiency.
Website | Chrome Build-in AI Challenge | Submission link
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.
- Code Analysis: Accurately parses and analyzes code snippets.
- Time and Space Complexity: Calculates the worst case complexity of the code.
- Input Code: Enter your code snippet into the provided input field.
- Submit: Click the "Analyze" button.
- View Results: Get the time and space complexity.
This project is licensed under the MIT License.
This project was developed for the Google Chrome Built-in AI Challenge.
- Code simplification
- Alternative approaches and its code