Concepts
Algos
Concept
Computer Science
Data structure
Graph
Node
Leaf node
Sentinel node
Root node
Mentioned by:
Postorder traversal
Breadth first search
Binary search tree
Skip list
Tree
Inorder traversal
Doubly-linked list
Graph
Binary tree
Preorder traversal
Red-black tree
Depth first search
Trie
Linked list
Edge
Node
A building block of
graphs
. A
node
may be connected to one or more
nodes
with an
edge
.