reading-notes

Graphs

Lesson

  1. In a graph a node is also called a ___.

  2. An ___ is the connection between two nodes.

  3. A graph with each node connected to every other nodes is a ___ graph.

  4. The values on the edges of a weighted graph are the ___.

Answers Below1

Notes

References

Code Fellows: Graphs

  1. Answers: vertex, edge, complete, weights