GRAPH Data Structure | What is Graph? | DSA Course | GeeksforGeeks

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

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

  • @ndie9366
    @ndie9366 8 หลายเดือนก่อน +4

    This was clear and concise. Thank you.

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

    Very nice, I love how both data structures and algorithm was introduced with code example of it. It needs to be said that visual is very different intuitively from the code itself.

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

    What is time complexity of both algoritams and when do I use dfs or bfs, how do I know wich one is better? My main language for cp is C++ can I use map to create a graph as well?
    Edit: Great video I really understood everything.

  • @Creative_mix04
    @Creative_mix04 3 วันที่ผ่านมา +1

    Sucksex is coming 🎉

  • @MrTolerant
    @MrTolerant 10 หลายเดือนก่อน +3

    There is a bug in this code, track the already visited nodes so that if there are multiple adjacent nodes, then the traversal will be infinite!!

    • @GeeksforGeeksVideos
      @GeeksforGeeksVideos  10 หลายเดือนก่อน +1

      Thanks for pointing it out.
      For better and simple understanding we have taken a directed and acyclic graph ie. having no loops intentionally. For in-depth knowledge you can check out the next video (th-cam.com/video/pCmsQVHYXK0/w-d-xo.html) or our Graph Playlist (th-cam.com/play/PLqM7alHXFySEaZgcg7uRYJFBnYMLti-nh.html&si=UodnBXB5Z9LhZNib) where we have covered different types of graph and we have included the concept of tracking visited nodes.

  • @yusiffuad2167
    @yusiffuad2167 5 หลายเดือนก่อน +1

    Well explained Bro.

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

    Hey thanks for the basic covering, but I am wondering why you are not discussing which one to use, where to use and why to use ? Why are you not showcasing time complexity with each approach ? 🙂

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

    Hello man, welcome to you.

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

    I don't know why sound of GeeksforGeeks is too low as compared to other channel. I want to learn from you, but unable to hear properly

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

    contents are awesome, but sound is very low

  • @premedguy2378
    @premedguy2378 10 หลายเดือนก่อน +1

    Dude you have got to say things for us beginners like:
    What is this coding application you are using?
    Where can I download it?
    What extra add-ons were there if any?
    Like I code on Visual Studio will this work there? Who knows? Maybe? Should I hand by hand type in everything you put since you didn't link scripts? No I won't

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

      We are using Python in this particular video. But you can follow up with any language of your choice. If you are a beginner and want to follow line by line you can use any IDE be it your VS Code or our GFG online IDE (ide.geeksforgeeks.org/online-python3-compiler). Any compiler that supports python will be sufficient.