11 Graphs 1

ACM Body of Knowledge

  • AL/Fundamental Data Structures and Algorithms

    • Topics:

      • [Core-Tier1]

        • Graphs and graph algorithms

          • Representations of graphs (e.g., adjacency list, adjacency matrix)

Lesson

7 node graph

Credit: https://classroom.udacity.com/courses/cs215

Purple circles: nodes or vertices

Green lines: edges or lengths

Degree of node: number of edges coming out

Start with MS. Travel any path but don't go back over any visited edge. What node do you end on?

Key Resources

Test Yourself

Exercise Resources