Graphs

12345678910111213
Across
  1. 6. representation of graph with lists
  2. 8. part of a matrix to check for loops
  3. 9. when an edge has a start and end point at same vertex
  4. 11. describing two vertices who share an edge
  5. 13. grid representation of a graph
Down
  1. 1. another word for degree
  2. 2. graph with no "islands"
  3. 3. references how many ways you can "leave" a vertex
  4. 4. graph containing a loop, multiple edges, or both
  5. 5. point on a graph
  6. 7. graph with edge between every single vertex
  7. 10. another word for graph
  8. 12. line on a graph