Skip to content

Conversation

@coshubhamde
Copy link
Contributor

Added the link to a very useful website for visualisation of data structure and algorithms with prebuilt options to choose the operation ( insert, create, traverse, search etc.) to be performed, for the chosen data structure or algorithm with customised inputs, giving a perfect playground for learners to grasp the concept of a data structure or working of an algorithm.

What does this PR do?

Add resource(s)

##Important

  • Read our contributing guidelines.
  • Is this a revision of a previously submitted PR? If so, STOP! Go back, reopen the PR, and add commit(s) the branch you previously submitted. Please don't make the job of reviewing more difficult by hiding previous work.

For resources

Description

Why is this valuable ?

It solves the problem of beginners who find it difficult to understand codes through dry run and have difficulty in grasping data structure concepts only through theory. The visualisation of the working of a data structure or algorithm which is chosen by the learner and then the operation and later the inputs, makes it much easier to understand these concepts and provides customised learning experience to the learner.

How do we know it's really free?

No login required, just access the website and use.

Checklist:

  • Search for duplicates.
  • Include author(s) and platform where appropriate.
  • Put lists in alphabetical order, correct spacing.
  • Add needed indications (PDF, access notes, under construction).
  • Used an informative name for this pull request.

Follow-up

  • Check the status of GitHub Actions and resolve any reported warnings!

Added the link to a very useful website for visualisation of data structure and algorithms with prebuilt options to choose the operation ( insert, create, traverse, search etc.) to be performed, for the chosen data structure or algorithm with customised inputs, giving a perfect playground to learners grasp the concept of a data structure or working of an algorithm.
@github-actions
Copy link

Linter failed, fix the error(s):

free-programming-books/more/free-programming-playgrounds.md
61:1-63:63  warning  Alphabetical ordering: swap l.62 and l.61  alphabetize-lists  remark-lint

@github-actions github-actions bot added the linter error Please, correct build errors found by linter! label Oct 22, 2025
@github-actions github-actions bot removed the linter error Please, correct build errors found by linter! label Oct 22, 2025

### Algorithms

* [Data Structures and Algorithms Visualizer](https://visualgo.net/en)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* [Data Structures and Algorithms Visualizer](https://visualgo.net/en)
* [visualising data structures and algorithms through animation](https://visualgo.net/en)

Don't invent titles! Use the title given by the resource.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @eshellman for pointing that out. Implemented your suggested change.

@eshellman eshellman added the waiting for changes PR has been reviewed and changes/suggestions requested label Oct 24, 2025
@coshubhamde coshubhamde requested a review from eshellman October 24, 2025 06:12
@eshellman eshellman merged commit 6e9c63d into EbookFoundation:main Oct 25, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

waiting for changes PR has been reviewed and changes/suggestions requested

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants