⏳ TimeComplexity
AI-Powered Time & Space Complexity Calculator for VS Code. Instantly analyze your C++ code to understand its performance using Google Gemini AI.
✨ Features
- Time Complexity: Estimates Big O notation (e.g.,
O(n log n)).
- Space Complexity: Estimates memory usage (e.g.,
O(n)).
- AI Explanations: Get a one-sentence summary of why the code has that complexity.
- Zero Config: Works out of the box (hosted backend).
🚀 How to Use
- Highlight any C++ code snippet in your editor.
- Right-Click and select
Analyze Complexity (AI).
- Wait a moment for the notification to appear with your results!
📦 Installation
Search for "TimeComplexity" by LeekMind in the VS Code Marketplace and click Install.
🔗 Source Code
📄 License
This project is licensed under the MIT License - see the LICENSE file for details.
| |