数据结构和算法可视化解析工具
Posted killer-leon
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了数据结构和算法可视化解析工具相关的知识,希望对你有一定的参考价值。
https://www.cs.usfca.edu/~galles/visualization/Algorithms.html
支持以下数据结构和算法
- Basics
- Stack: Array Implementation
- Stack: Linked List Implementation
- Queues: Array Implementation
- Queues: Linked List Implementation
- Lists: Array Implementation (available in java version)
- Lists: Linked List Implementation (available in java version)
- Recursion
- Indexing
- Binary and Linear Search (of sorted list)
- Binary Search Trees
- AVL Trees (Balanced binary search trees)
- Red-Black Trees
- Splay Trees
- Open Hash Tables (Closed Addressing)
- Closed Hash Tables (Open Addressing)
- Closed Hash Tables, using buckets
- Trie (Prefix Tree, 26-ary Tree)
- Radix Tree (Compact Trie)
- Ternary Search Tree (Trie with BST of children)
- B Trees
- B+ Trees
- Sorting
- Comparison Sorting
- Bubble Sort
- Selection Sort
- Insertion Sort
- Shell Sort
- Merge Sort
- Quck Sort
- Bucket Sort
- Counting Sort
- Radix Sort
- Heap Sort
- Comparison Sorting
- Heap-like Data Structures
- Graph Algorithms
- Dynamic Programming
- Geometric Algorithms
- Others ...
- Disjoint Sets
- Huffman Coding (available in java version)
以上是关于数据结构和算法可视化解析工具的主要内容,如果未能解决你的问题,请参考以下文章