Basic Graph Terminology
  Vocabulary
  
    - Vertices - Objects in a graph
 
    - Edges - Pairwise connections in a graph
 
    
      - directed edge - an edge that has an order and a point
 
      - undirected edge - an edge that is unordered or eitherway
 
    
  
  Examples
  Click here for more information.
  Click here for the image.