Depth First Search (DFS) Explained - Visual

แชร์
ฝัง
  • เผยแพร่เมื่อ 17 ธ.ค. 2024

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

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

    More Graph Related Videos:
    Video exampling two ways two store/make graph connections:
    th-cam.com/video/MKv4dq27Zr8/w-d-xo.html
    Video on why a connection might be made:
    th-cam.com/video/DvMERAndYU4/w-d-xo.html
    Video on how to program those connections to run graph algorithms:
    th-cam.com/video/sDa6Y235LPQ/w-d-xo.html

  • @redheadrusskie
    @redheadrusskie ปีที่แล้ว +2

    Nice explanation, thanks!

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

      Thanks!

  • @gauravgautam8834
    @gauravgautam8834 ปีที่แล้ว +5

    I would like if you could also show some real life examples of using these algorithms

    • @bvdlio
      @bvdlio  ปีที่แล้ว +3

      Great Suggestion! There will be future videos that go over the implementation and the use of algorithms like DFS.

    • @ti-mani4648
      @ti-mani4648 ปีที่แล้ว

      I was just starting to learn about it ! Thank you

    • @BsetXOXO
      @BsetXOXO ปีที่แล้ว +1

      Cool algo, but I'm curious about how nodes get linked to each other to begin with?

    • @bvdlio
      @bvdlio  ปีที่แล้ว +3

      ​@@BsetXOXO Thanks! I have some videos on those topics :)
      Video exampling two ways two store/make graph connections:
      th-cam.com/video/MKv4dq27Zr8/w-d-xo.html
      Video on why a connection might be made:
      th-cam.com/video/DvMERAndYU4/w-d-xo.html
      Video on how to program those connections to run graph algorithms:
      th-cam.com/video/sDa6Y235LPQ/w-d-xo.html
      Good Luck!

  • @Avighna
    @Avighna 7 หลายเดือนก่อน +2

    Hey, can you please share the code you used to make this video?

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

      I might in the future, but I would need to take some time and revise the code.
      You mean the code used to animate right? Or just the DFS algorithm?

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

      @@bvdlio I’m primarily interested in how you made the graph animations, so yeah the dfs part.

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

      @@Avighna Alright :)
      I'll make it publicly available in the near future. FYI it's made using Manim CE. The python animation library from @3blue1brown

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

      @@bvdlio thank you so much! Please reply to this comment whenever you do make it available

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

    How did you make this animation?

    • @bvdlio
      @bvdlio  7 หลายเดือนก่อน +1

      This video was animated using: Manim CE.
      The python animation library from @3blue1brown

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

      @@bvdlio Thanks.. I really need it for my school project..

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

      Oh.. its too hard

  • @soufianeaitlhadj9115
    @soufianeaitlhadj9115 2 หลายเดือนก่อน +1

    As simple as that