Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
jacksherling opened this issue Oct 5, 2023 · 1 comment
Labels
feature-request New feature or request good first issue Good for newcomers

Comments

@jacksherling
Copy link
Contributor

jacksherling commented Oct 5, 2023

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 luciankt added feature-request New feature or request good first issue Good for newcomers labels Sep 1, 2024
@luciankt 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
@luciankt
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants