sortvisualizer icon indicating copy to clipboard operation
sortvisualizer copied to clipboard

Visualize array reads as well as writes

Open LemmaEOF opened this issue 1 month ago • 0 comments

Right now, only writes/swaps are visualized. This makes some algorithms like Selection Sort seem much quicker than they actually are - it looks to almost be O(n), despite being O(n^2) when reads are included. Visualizing reads as well as writes would make a lot of algorithms clearer and help users understand what each algorithm is doing better.

LemmaEOF avatar Nov 14 '25 10:11 LemmaEOF