Gaming32 / ArrayV

New home of https://github.com/MusicTheorist/ArrayVisualizer
MIT License
303 stars 47 forks source link

Suggestion: Add recursion tracking #85

Open smaybius opened 2 years ago

smaybius commented 2 years ago

The statistics HUD should also include stats like recursion depth and the number of recursions, like in PCBoy's videos. This is also to accurately measure the space complexity of recursive sorts.