Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>TimeComplexityNew to Visual Studio Code? Get it now.
TimeComplexity

TimeComplexity

LeekMind

|
11 installs
| (0) | Free
AI-powered Time Complexity Calculator
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

⏳ 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

  1. Highlight any C++ code snippet in your editor.
  2. Right-Click and select Analyze Complexity (AI).
  3. 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

  • Extension (Frontend): GitHub Repository
  • Backend (Python/AI): GitHub Repository

📄 License

This project is licensed under the MIT License - see the LICENSE file for details.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft