CS1118-99 Discrete Structure of Computer Science, Fall 2010
Due 11:55pm Sunday Dec. 12th. (15 points)
Purpose: |
The purpose of this project is to help understanding
how adjacency matrix is used to represent a graph.
|
||||||||||||||||||||||||||||||||
Problem: |
Given an
adjacency matrix of an undirected graph, list the edges of this graph and give
the number of times each edge appears. Please keep in mind that the matrix
for an undirected graph is symmetric with respect to the diagonal line. |
||||||||||||||||||||||||||||||||
| Problem Details: |
Make sure to include basic documentation in your program: your name, date, class, project title, and the purpose of the program. |
||||||||||||||||||||||||||||||||
| What to submit: | Your source code. |