AlgoVision icon indicating copy to clipboard operation
AlgoVision copied to clipboard

Time Complexity

Open ErezBinyamin opened this issue 4 years ago • 0 comments

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

ErezBinyamin avatar Oct 08 '20 04:10 ErezBinyamin