The Code Complexity Analyzer is a web application designed to assist developers in analyzing the time and space complexity of a given code snippet using artificial intelligence. This tool aims to provide insights into the efficiency of algorithms by automatically determining their Big O notation.
- Automatic Complexity Analysis: Simply input your code snippet, and let the AI-driven analyzer calculate the time and space complexity for you.
- Educational Insights: Receive educational insights and explanations on the complexity results, aiding developers in understanding and improving their code.
- Visit the Code Complexity Analyzer website (https://big-o-calculator.vercel.app/).
- Paste your code snippet into the provided input area.
- Click the "Analyze" button to initiate the complexity analysis.
- Review the results, including textual and visual representations of time and space complexity.
- Gain insights into the efficiency of your code and make informed optimization decisions.
-
Clone the repository:
git clone https://github.com/DmelladoH/Big-O-Calculator.git
-
Navigate to the project directory:
cd Big-O-Calculator
-
Install dependencies:
npm install
-
Start the application:
npm start