bigo-analyzer
This helps you to find the time complexity of your python code.
Features
- Automatic complexity analysis of Python functions
- Visual performance graphs using Chart.js
- Correlation scores for different complexity classes
- Support for common algorithmic complexity patterns
Requirements
- Python 3.8
-Visual Studio Code 1.60.0 or higher
Installation
- Open VS Code
- Press Ctrl+P / Cmd+P
- Type ext install AnujKhadka.bigo-calculator
Usage
- Open a Python file
- Select the function you want to analyze
- Press Ctrl+Shift+B / Cmd+Shift+B or use the command palette to run "Analyze Big O Complexity"
- View the analysis results in the side panel
Known Issues
Release Notes
1.0.0
Initial release of Big O Analyzer
- Basic complexity analysis
- Performance visualization
- Python dependency management
| |