From 6e9c63d9a0d09f51adac37c27ff31e28e17cd01f Mon Sep 17 00:00:00 2001 From: coshubhamde Date: Sat, 25 Oct 2025 07:32:26 +0530 Subject: [PATCH] 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 --- more/free-programming-playgrounds.md | 1 + 1 file changed, 1 insertion(+) diff --git a/more/free-programming-playgrounds.md b/more/free-programming-playgrounds.md index 97d8695cb..348c01636 100644 --- a/more/free-programming-playgrounds.md +++ b/more/free-programming-playgrounds.md @@ -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