jackie-cc-lai / sortvisualize

Visualization of 6 different sorting algorithms
https://sortvisualizer-jackie.herokuapp.com/
0 stars 0 forks source link

Mobile friendly #1

Open jackie-cc-lai opened 4 years ago

jackie-cc-lai commented 4 years ago

Current version supports desktop but does not explicitly have a mobile friendly design (responsiveness is working but the bars themselves overlap due to the sheer number and their width). Need to adjust dynamically using javascript the max number of bars that can exist on the screen at any given time

jackie-cc-lai commented 4 years ago

dynamic allocation of array size is done, some rendering stuff is also fixed. not closing in case a new issue comes up