wn / algo-board

Data structures visualiser
https://algoboard.herokuapp.com
6 stars 3 forks source link

Drag data structure to trash #42

Closed KBoohene closed 2 years ago

KBoohene commented 5 years ago

Implemented a way to drag a data structure to the trash. I tested it only with the array data structure but should also work with the other data structures. I didn't want to duplicate the code for the other data structures until you verified my implementation.

wn commented 5 years ago

https://github.com/wn96/algo-board/issues/41