12 Graphs 2

ACM Body of Knowledge

  • AL/Fundamental Data Structures and Algorithms

    • Topics:

      • [Core-Tier1]

        • Graphs and graph algorithms

          • Depth- and breadth-first traversals

      • [Core-Tier2]

        • Graphs and graph algorithms

          • Shortest-path algorithms (Dijkstra’s and Floyd’s algorithms)

          • Minimum spanning tree (Prim’s and Kruskal’s algorithms)

    • Learning Outcomes:

      • [Core-Tier1]

        • 8. Solve problems using fundamental graph algorithms, including depth-first and breadth-first search. [Usage]

      • [Core-Tier2]

        • 11. Solve problems using graph algorithms, including single-source and all-pairs shortest paths, and at least one minimum spanning tree algorithm. [Usage]

Lesson

Key Resources

Test Yourself

Exercise Resources