Discrete Math II - 11.4.1 Spanning Trees - Depth-First Search

แชร์
ฝัง
  • เผยแพร่เมื่อ 26 มิ.ย. 2024
  • We continue our study of trees by examining spanning trees. Spanning trees are subgraphs of a graph that contain all vertices of the original graph. The resulting subgraph is a tree, so the graph is connected and contains no cycles.
    In our first methodology, we will use a depth-first search. That means that we will begin creating our spanning tree by choosing a specific vertex starting point, then follow that path until we can no longer reach any unvisited vertices. We will then backtrack through the vertices to visit any remaining unvisited vertices.
    Video Chapters:
    Intro 0:00
    What is a Spanning Tree 0:11
    Depth-First Search/Backtracking Method 1:15
    Using a Stack 4:00
    Practice 6:42
    Up Next 8:27
    This playlist uses Discrete Mathematics and Its Applications, Rosen 8e Power Point slide decks to accompany the videos can be found here: bellevueuniversity-my.sharepo...
    The entire playlist can be found here: • Discrete Math II/Combi...

ความคิดเห็น • 8

  • @magnusfjeldstad2506
    @magnusfjeldstad2506 ปีที่แล้ว

    Well explained video thank you very much!

  • @shazminmariam1867
    @shazminmariam1867 หลายเดือนก่อน

    Thank you for this video

  • @Victor-tl4dk
    @Victor-tl4dk 6 หลายเดือนก่อน +2

    Thanks for your help!

    • @SawFinMath
      @SawFinMath  6 หลายเดือนก่อน +1

      Thanks for the super thanks! ❤️

  • @gegeinthehouse
    @gegeinthehouse ปีที่แล้ว

    Thanks so much

  • @arunays9859
    @arunays9859 ปีที่แล้ว

    you missed vertex 'j' in the practice question.

  • @charlesbacon8441
    @charlesbacon8441 ปีที่แล้ว +6

    isn't f incident to a?

    • @tino_
      @tino_ 5 หลายเดือนก่อน

      yes it is, i believe you just add it to the stack above C, and when you visit it you just remove it