Section outline

  • WEEK 9 Introduction to Graph And Graph Traversal





    • Topics of Discussion:

      • Introduction to Graph
      • Graph Representation
      • Discussion on Graph Traversal


      Expected Learning Outcomes:

      • Solve the Breadth-First Search (BFS) algorithm
      • Solve the Depth First Search (DFS) algorithm