send link to app

数据结构与算法教程


4.6 ( 4096 ratings )
Bildung
Entwickler zhuo zeng
Frei

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, 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