MindMap Gallery [408] Data structures and algorithms
408 data structure and algorithm for learning reference
Edited at 2020-09-04 19:58:41Avatar 3 centers on the Sully family, showcasing the internal rift caused by the sacrifice of their eldest son, and their alliance with other tribes on Pandora against the external conflict of the Ashbringers, who adhere to the philosophy of fire and are allied with humans. It explores the grand themes of family, faith, and survival.
This article discusses the Easter eggs and homages in Zootopia 2 that you may have discovered. The main content includes: character and archetype Easter eggs, cinematic universe crossover Easter eggs, animal ecology and behavior references, symbol and metaphor Easter eggs, social satire and brand allusions, and emotional storylines and sequel foreshadowing.
[Zootopia Character Relationship Chart] The idealistic rabbit police officer Judy and the cynical fox conman Nick form a charmingly contrasting duo, rising from street hustlers to become Zootopia police officers!
Avatar 3 centers on the Sully family, showcasing the internal rift caused by the sacrifice of their eldest son, and their alliance with other tribes on Pandora against the external conflict of the Ashbringers, who adhere to the philosophy of fire and are allied with humans. It explores the grand themes of family, faith, and survival.
This article discusses the Easter eggs and homages in Zootopia 2 that you may have discovered. The main content includes: character and archetype Easter eggs, cinematic universe crossover Easter eggs, animal ecology and behavior references, symbol and metaphor Easter eggs, social satire and brand allusions, and emotional storylines and sequel foreshadowing.
[Zootopia Character Relationship Chart] The idealistic rabbit police officer Judy and the cynical fox conman Nick form a charmingly contrasting duo, rising from street hustlers to become Zootopia police officers!
[408] Data structures and algorithms
1 Introduction
time complexity
space complexity
Basic concepts of data structure
Basic concepts of algorithms
2 Linear table
basic concept
accomplish
Structure definition
operate
Sequence table
Single list
Double linked list
circular linked list
Inversion problem (*)
3 Stacks and Queues
basic concept
storage structure
stack
sequence stack
chain stack
shared stack
queue
sequential team
chain team
deque
application
stack application
Queue configuration issues
abstract data type
4 skewers
definition
storage structure
Basic operations
string pattern matching
Simple pattern matching algorithm
KMP algorithm
KMP improved algorithm
5 Arrays, matrices, generalized tables
array
Compressed storage of matrices
Ordinary matrix
special matrix
sparse matrix
generalized table
6 Trees and Binary Trees
Tree
definition
the term
storage structure
Binary tree
definition
nature
storage structure
Traversal algorithm
Binary tree traversal
Improve
tree traversal
forest traversal
Convert
Tree => Binary tree
Binary tree => tree
Forest => Binary tree
Binary tree => forest
application
Binary sorting tree
balanced binary tree
huffman tree
Huffman coding
7 pictures
basic concept
storage structure
adjacency matrix
adjacency list
adjacency multiple list
Traversal algorithm
depth first search traversal
breadth first search traversal
Minimum spanning tree (minimum cost)
Prim's algorithm
Kruscal algorithm
shortest path algorithm
Dijkstra's algorithm
Floyd algorithm
topological sort
AOV network
algorithm
Critical Path
AOE network
algorithm
8 Sort
basic concept
sort
stability
Classification
Insert class
direct insertion sort
half insertion sort
Hill sort
exchange class
Bubble Sort
Quick sort
Select class
Simple selection sort
Heap sort
merge sort
Radix sort
external sort
Concepts and Processes
permutation-selection sort
best merge tree
loser tree
Complexity related issues
Difficulties
9 Find
basic concept
sequential search
half search
Block search
Binary sorting tree
balanced binary tree
B-/B-tree
B-tree
basic concept
operate
B-tree
basic concept
hash table
concept
Create method
conflict resolution
Performance analysis