RodrigoDLPontes / visualization-tool

Visualization tool for various data structures & algorithms taught in Georgia Tech's CS 1332 class
visualization-tool.rodrigodlpontes.vercel.app
Other
103 stars 64 forks source link

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

Open jacksherling opened 12 months ago

jacksherling commented 12 months ago

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

luciankt commented 2 weeks ago

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.