Hi, I'm Jules>
I created this small app to visualize the performance of different JavaScript algorithmic solutions.
All you have to do is add your solution to the editor. Optionally you can add another solution and see which one performes better time complexity wise
You can toggle the second solution on/off and the line chart will adjust
Add your arguments in the input fields and increase them with each run to generate a line chart depicting the performance of your solution as your input grows larger.
The app curently is limited to accepting max 2 arguments number and/or array type only