Matrix and Graph
Across
- 1. ________ representation provides a bridge to linear algebra based algorithm
- 4. ______ matrix has in position (i, j) the distance between vertices vi and vj
- 6. graphs can be presented using ______ and vice-versa
- 8. ____ list consist of an array of vertices and array of edges
- 9. ________ matrix also known as adjacency matrix
- 10. _______ matrix is used to represents finite graph
Down
- 2. ________ graph is the adjacency matrix of a complete graph contains all ones except along the diagonal where there are only zeros.
- 3. _____ matrix is a collection of number representing the weights of the edges
- 5. _______ matrix is a collection of number representing the numbers of the relation of edges and vertices
- 7. a collection of numbers representing the number of edges between _________