Difference between revisions of "Template:Data structures"
Jump to navigation
Jump to search
imported>Andreas Kaufmann |
imported>Andreas Kaufmann (Trie) |
||
| Line 16: | Line 16: | ||
|group5 = [[Tree (data structure)|Trees]] | |group5 = [[Tree (data structure)|Trees]] | ||
| − | |list5 = [[B-tree]]{{·}} [[Binary search tree]] ([[Self-balancing binary search tree|self-balancing]]: [[AA tree|AA]], [[AVL tree|AVL]], [[Red-black tree|red-black]], [[Splay tree|splay]]){{·}} [[Heap (data structure)|Heap]] ([[Binary heap|binary]], [[Binomial heap|binomial]], [[Fibonacci heap|Fibonacci]]) | + | |list5 = [[B-tree]]{{·}} [[Binary search tree]] ([[Self-balancing binary search tree|self-balancing]]: [[AA tree|AA]], [[AVL tree|AVL]], [[Red-black tree|red-black]], [[Splay tree|splay]]){{·}} [[Heap (data structure)|Heap]] ([[Binary heap|binary]], [[Binomial heap|binomial]], [[Fibonacci heap|Fibonacci]]) {{·}} [[Trie]] |
|group6 = [[Graph (data structure)|Graphs]] | |group6 = [[Graph (data structure)|Graphs]] | ||