A simple graph is a graph with simply nodes and edges.
As other attributes and information are added onto a simple graph, it can turn into the following.
- Directed graph when edges are given a direction
- Weighted graph as edges are given a weight
If certain conditions are fufilled, it may (simultaniously) qualify as one of the following.
- Complete graph