visualgo.net
Unknown
Visualgo.net is an interactive learning tool that animates data structures and algorithms to help you understand how they work. It offers visualizations of arrays, linked lists, stacks, queues, trees (BST/AVL/Red-Black), heaps, graphs, as well as sorting and graph algorithms, with step-by-step explanations and controls to pause, replay, and adjust speed.
More resources on Data Structures & Algorithms
Algorithms Part I
This course covers the essential information that every serious programmer needs to know about algorithms and data structures, with emphasis on applications and scientific performance analysis of Java implementations. Part I covers elementary data structures, sorting, and searching algorithms. Part II focuses on graph- and string-processing algorithms. All the features of this course are available for free. People who are interested in digging deeper into the content may wish to obtain the textbook Algorithms, Fourth Edition (upon which the course is based) or visit the website algs4.cs.princeton.edu for a wealth of additional material. This course does not offer a certificate upon completion.
CP-Algo
Free competitive programming algorithms reference
takeUforward
Striver's free DSA sheet and problems
Visualgo
Interactive visualizations of algorithms
GeeksforGeeks
Free DSA tutorials, articles, and practice
LeetCode
Free DSA practice problems and patterns
