๐Ÿ•ธ Graph (programming)

= a logical connection of hetero-/homogeneous data structures, starting at an AnchNode โ†’ independent of implementation

Consist of

Classification

1 outgoing link2-N outgoing links
1 incoming linklinear ๐Ÿงพ List (programming)binary-Nary ๐ŸŒณ Tree (programming)
2-N incoming linksinverted binary-Nary ๐ŸŒณ Tree (programming)general Graph

More criteria

  • Link Direction: uni/bidirectional
  • Link Completeness: complete/incomplete
  • Symmetry: balanced/unbalanced

How to construct

โ†’ ๐Ÿ— Constructing a graph