Skip to content

szomer/Time-Complexity

Repository files navigation

Code Performance

Run code snippets live in your browser. Give an input size (n) and calculate the runtime (miliseconds), displayed in a graph. To view the app live click HERE (hosted on Firebase).

  • React frontend framework
  • ReCharts library for the graphs

Recommended input sizes (n)

For a medium-to-highend pc

  1. Odd/Even: n ≥ 0
  2. Sum Up: 0 ≤ n ≤ 2.500.000.000
  3. Nested Loop: 0 ≤ n ≤ 80.000
  4. Fibonacci: 0 ≤ n ≤ 44
  5. Factorial: 0 ≤ n ≤ 12

Screenshot

Application for desktop devices and mobile devices.

code performance application for desktop code performance application for mobile

About

Run code snippets in your browser to test the code performance.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published