MindMap Gallery Summary of data structures and algorithms
Summary of data structures and algorithms, including linear structure, tree structure, graph structure, sorting, basic algorithms, search, strings, dynamic programming, and mathematics.
Edited at 2023-09-09 16:28:02Avatar 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!
Data Structures and Algorithms
linear structure
Sequence table
array
matrix (two-dimensional array)
linked list
Single list
circular linked list
stacks and queues
Array simulation
monotonic stack
monotonic queue
Dual stack simulated queue
circular queue
tree structure
Binary tree
Binary tree traversal
Binary search tree/balanced tree
red black tree
heap
dagendui
small root pile
priority queue
Segment tree
dictionary tree
B-tree
And search the collection
graph structure
Graph traversal
Graph BFS
Graph DFS
topological sort
shortest path
minimum spanning tree
sort
selection sort
Simple selection sort
Heap sort
swap sort
Bubble Sort
Quick sort
insertion sort
Simple insertion sort
Hill sort
merge sort
Distribution sorting
counting sort
Radix sort
bucket sort
basic algorithm
simulation
Divide and conquer/recurse
greedy
Prefix sum/difference
double pointer
sliding window
Find
binary search
Hash table
Backtrack
Jump table
string
string matching
string hash
KMP algorithm
prefix/suffix
dynamic programming
Dynamic programming principles
One-dimensional dynamic programming
Multidimensional dynamic programming
math
carry system
Bit operations