RodrigoDLPontes/visualization-tool

URL Data input functionality to populate structures with data passed from URL

Opened this issue · 1 comments

Add ability to add multiple items/build data structures easily.

For example, BST "10,6,16,0,9,11,7,8" to
image

For 2-4 Tree, "6,10,14|1,2,3|7|12,13|15,16" to
image

The underlying functionality is still needed as Jack described above - i.e. some method or functionality within each page to add an array or string of data into the structure or algorithm instantly. But we want to focus on this data being passed via the URL, so that users can share URLs for pre-set examples or save an example, etc.