Time Complexity Calculator
Enter your Big O notation (like O(n²) or O(log n)) and input size (n) to estimate how many operations your algorithm performs. Choose from common complexities — O(1), O(log n), O(n), O(n log n), O(n²), O(n³), O(2ⁿ), O(n!) — and see the estimated operation count, a relative performance rating, and a chart comparing growth curves across complexities.
Results
Estimated Operations
--
Estimated Execution Time
--
Performance Rating
--
Complexity Class
--