Learn data structures and algorithms through animation simulations.
This is a tool for assisting understanding of data structures and algorithms. It provides rich animations and simulation scenarios to help you better understand abstract data structures and complex algorithms.
By creating a model of your own, you can gain a deeper understanding of the details of the algorithm and the characteristics of the data structure.
Include the following categories:
List
ArrayList, LinkedList, Polynomial Addition.
Stack&Queue
Stack, Queue, Fibonacci Sequence, Number Conversion, Maze Solving, Expression Parsing
Tree
Binary Tree, Binary Tree Creator, Binary Tree Traversal.
Search
Linear Search, Binary Search, Interpolation Search
Sort
Bubble Sort, Selection Sort, Insertion Sort, Shell Sort, Merge Sort