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
For a medium-to-highend pc
- Odd/Even:
n ≥ 0
- Sum Up:
0 ≤ n ≤ 2.500.000.000
- Nested Loop:
0 ≤ n ≤ 80.000
- Fibonacci:
0 ≤ n ≤ 44
- Factorial:
0 ≤ n ≤ 12
Application for desktop devices and mobile devices.