AlgoVision
AlgoVision copied to clipboard
Time Complexity
It would be really cool to be able to see the time complexity of an algorithm. A visual representation of big O notation could take a few forms:
- an actual timer (that speeds up / slows down with the timer slider)
- a nodes-visited counter
- a completion count down of sorts