Matrix And Graph

12345678910
Across
  1. 4. An adjacency list consist of array of?
  2. 7. Ajacency matrix is also know as what?
  3. 8. A marix which is a collection of numbers representing the weight or the edges.
  4. 10. Representations that provide a bridge to linear algevra-based algorithms for graph computation.
Down
  1. 1. how many graphing representation of matrices are there?
  2. 2. It is related to matrix which indicates whether pairs of vertices are adjacent or not in the graph.
  3. 3. A matrix that can be used to represent a finite graph.
  4. 5. The lines connected by the a vertex.
  5. 6. A collection of numbers representing the numbers of the relationship of edges and vertices.
  6. 9. It can be represented by using matrices and vice-versa.