Complete Graphs :A complete graph is when all nodes are connected to all other nodes.
Connected :A connected graph is graph that has all of vertices/nodes have at least one edge.
Disconnected :A disconnected graph is a graph where some vertices may not have edges.
Acyclic Graph :An acyclic graph is a directed graph without cycles. A cycle is when a node can be traversed through and potentially end up back at itself.
Cyclic Graphs :A Cyclic graph is a graph that has cycles. A cycle is defined as a path of a positive length that starts and ends at the same vertex.