Question: Using C programming: Create a graph of the bones in the hand (by reading in a file) using the website given on Blackboard. The file
Using C programming: Create a graph of the bones in the hand (by reading in a file) using the website given on Blackboard. The file will have lines in the form Vertex, Vertex. For example, Trapezoid,Trapezium represents an undirected relationship between the two vertices Trapezoid and Trapezium. Do not repeat terms (a couple are listed twice like Distal Phalange- your graph will differ depending on which one you choose) and do not worry about the terms at the bottom part of the picture (Radius and Ulna). It might be helpful to draw out a graph before you make the sample file. Once the file is read in, print the graph out to screen
You can use either of the representations for graphs discussed in class (adjacency list or adjacency matrix).
A possible function run might look like: --
Relationships given in file: Trapezoid is connected to Trapezium.
Scaphoid is connected Trapezoid.
Scaphoid is connected to Lunate
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
