Graph
- resources:
- https://medium.com/tebs-lab/types-of-graphs-7f3891303ea8
- Directed edges have a subtle impact on the use of the term neighbors. If an edge goes from A to B, then B is said to be A’s neighbor; but the reverse is not true. A is not a neighbor of B unless there is an edge from B to A. In other words, a node’s neighbors are the set of nodes that can be reached from that node.
- https://www.javatpoint.com/graph-theory-types-of-graphs
- trivial graph: one point
- https://medium.com/tebs-lab/types-of-graphs-7f3891303ea8
Children
- Bipartite Graphs
- Compound Graphs
- Data Models
- Graph Dynamical System Model
- Graph Query Language
- Half Edge
- Hyperedge
- Hypergraph
- Metagraph
- Property Graph
- Semantic Graph
- Semantic Hypergraph
- Temporal Joins
- Visualization
Backlinks