Add Data Structures and Algorithms Visualizer link (#12776)

* Add Data Structures and Algorithms Visualizer link

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.

* Fix order of Data Structures Visualization links

* Update link description for visualizing algorithms
This commit is contained in:
coshubhamde 2025-10-25 07:32:26 +05:30 committed by GitHub
parent b7b940904f
commit 6e9c63d9a0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -60,6 +60,7 @@
* [Data Structures Visualization](https://www.cs.usfca.edu/~galles/visualization/Algorithms.html) - David Galles
* [The Algorithm Visualizer](https://algorithm-visualizer.org)
* [visualising data structures and algorithms through animation](https://visualgo.net/en)
### APL