You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
luciankt
changed the title
Add all syntax for data structures
URL Data input functionality to populate structures with data passed from URL
Sep 10, 2024
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.
Add ability to add multiple items/build data structures easily.
For example, BST "10,6,16,0,9,11,7,8" to
For 2-4 Tree, "6,10,14|1,2,3|7|12,13|15,16" to
The text was updated successfully, but these errors were encountered: