A VS Code extension for Competitive Programmers. Features heuristic time complexity analysis (O(N), O(log N)), specific algorithm detection, and a local test runner with Codeforces parsing.
-
Updated
Apr 9, 2026 - TypeScript
A VS Code extension for Competitive Programmers. Features heuristic time complexity analysis (O(N), O(log N)), specific algorithm detection, and a local test runner with Codeforces parsing.
Repository consisting of solved Leetcode problems with proper numbering and descriptions.
This is a collection of the LeetCode problems I have solved
📝 TypeScript implementation of an algorithm to extract common characters across multiple strings, optimized for performance with O(n*k) time complexity.
A powerful VS Code extension that analyzes the algorithmic complexity (Big O notation) of your code using a high-performance Rust WASM engine. Get instant insights into your code's performance characteristics with beautiful visualizations and detailed reports.
Provides a quick lookup for the time complexity of built-in data structure methods across multiple programming languages - useful for code reviews, and writing performant code.
Add a description, image, and links to the time-complexity topic page so that developers can more easily learn about it.
To associate your repository with the time-complexity topic, visit your repo's landing page and select "manage topics."