Back to projects

Code Complexity Analyzer

An application to assess the Big-O complexity of an arbitrary user input Python function.


An application to assess the Big-O complexity of an arbitrary user input Python function.

Code Complexity Analyzer code editor where users enter Python functions for analysis
Code editor — enter a Python function body and hit Analyze to measure its runtime complexity.
Complexity analysis results showing O(n^2) estimate with a runtime scatter plot
Analysis results — the tool estimates Big-O complexity and plots measured runtime against input size.

Video

Links