Depth First search (DFS) | Depth limited search(DLS ) | Artificial Intelligence | (Eng-Hindi) #11

Поділитися
Вставка
  • Опубліковано 11 гру 2024

КОМЕНТАРІ • 59

  • @sparrow2068
    @sparrow2068 5 років тому +1

    I'm indian-american, don't speak hindi. But somehow I was able to understand this whole video. Props to you young lad

  • @imranahmad3896
    @imranahmad3896 5 років тому +1

    Thanks Sir,
    The concept you define about Depth First Search is really very nice. Now I will easily clear Algorithm Lab in my MCA 4th semester this time.

  • @adityachopra3759
    @adityachopra3759 5 років тому +6

    "An infinite loop is only going to happen if the tree is having unlimited branches". Correct me if I'm wrong.

  • @onetrick719
    @onetrick719 6 років тому +3

    You're doing great effort. Only one suggestion, please mention *Time and Space* Complexity of each algorithm at the end of your video. Thank your.

  • @SS-fz6qt
    @SS-fz6qt 3 роки тому

    In artificial intelligence, searching or problem solving using DFS is a little bit changed as compared to DFS Traversal in Data Structures, in ARTIFICIAL INTELLIGENCE, DFS and BFS use Queue, and two lists OPENED(unvisited) and CLOSED(visited) are maintained, in DFS , ENQUEUE (Insertion) takes place at start , whereas ENQUEUE (Insertion) takes place at end in BFS. IT IS A HIMBLE ADVICE TO GO THROUGH ARTIFICIAL INTELLIGENCE BOOK GEORGE LUGAR, and STUART RUSSELL to clear your own concept before making videos for those students who even never got the book and rely on your videos. Thanks

  • @TechnicalBabaji1
    @TechnicalBabaji1 6 років тому +9

    You hv explain little wrong about dfs algorithm... In dfs what happen it will push all the children node.. and u know that stack implement LIFO so if A is not a goal node then BC will be pushed so B wil be in the top of stack and so on. But hv only push to B in the stack and what about C node..

    • @Surya-nc8lv
      @Surya-nc8lv 6 років тому +3

      This is not BFS where we traverse along each row. In DFS we go to the depth and if there no other possible nodes then we backtrack. so for the above problem in video the order we traverse will be ABDECFG

    • @yadneshkhode3091
      @yadneshkhode3091 6 років тому +2

      Technical babaji chutiye

  • @rekhaattri3965
    @rekhaattri3965 5 років тому

    Why you did not use stack to explain your dfs example??

  • @zeeshanahmadkhalil8920
    @zeeshanahmadkhalil8920 6 років тому +2

    3:22

  • @krishnasiddhartha
    @krishnasiddhartha 7 років тому +2

    is iterative depth search and dLs same?

  • @KaleemUllah-qi7hf
    @KaleemUllah-qi7hf 6 років тому

    wow kia baat hy good ;n one but explain root left right i think its missing

  • @sidrarani4770
    @sidrarani4770 7 років тому +1

    sir, Excuseme
    which one is more better in DFS nd BFS ??

    • @vidoclock8761
      @vidoclock8761 7 років тому

      ua-cam.com/video/8C_eBEQPZbY/v-deo.html
      WATCH THIS ONE

    • @yadneshkhode3091
      @yadneshkhode3091 6 років тому

      Dfs....less space complexity

  • @ramandavid2047
    @ramandavid2047 6 років тому

    sir convex hull kya hai plllzzzz bataaoo

  • @nika-bm8pb
    @nika-bm8pb 5 років тому +1

    what is this language?

  • @ahsanali9646
    @ahsanali9646 5 років тому +1

    Sir plz complete the output ABDEC??

  • @entertainmentpoint7965
    @entertainmentpoint7965 6 років тому

    Hi Sir,
    Can you please make video on expectimax algorithm

  • @qayyumzakaria2470
    @qayyumzakaria2470 6 років тому

    Althought idk hindi but i can understand what he trying to explain c:

  • @nehalansari9541
    @nehalansari9541 7 років тому

    who to find solution cost in dfs

  • @safakozkan6698
    @safakozkan6698 7 років тому +4

    What language is this in?

  • @AbdUllah-ru1yz
    @AbdUllah-ru1yz 6 років тому

    Great job sir

  • @DimagMindBuddhi
    @DimagMindBuddhi 6 років тому +1

    What is pop a node

  • @ramandavid2047
    @ramandavid2047 6 років тому +2

    thanku sir and ap english kam use kre pllllzzz ya fr ap jo english me bolte hai vo hindi ya punjabi ma repeat krdea keje pllzz

    • @i_deepeshmeena
      @i_deepeshmeena 5 років тому +5

      punjabi m lol kal koi bolega bangali fir koi bolega telugu m

  • @PradeepKumarIIITD
    @PradeepKumarIIITD 5 років тому +1

    arre pura cllege yahi h aaj

  • @malkitsingh7780
    @malkitsingh7780 7 років тому +1

    V nice and v helpful sir.

  • @annuramawat6940
    @annuramawat6940 5 років тому

    Nice explanation sir

  • @gungunghatiya6285
    @gungunghatiya6285 7 років тому

    but sir yah kya search karata hai

  • @akbarimomin4374
    @akbarimomin4374 7 років тому

    Plz tell me the complexity of DFS

    • @kamranhusain2829
      @kamranhusain2829 7 років тому

      O(V+E) V->no of vertices & E-> no of edges(if graph is directed)

    • @akbarimomin4374
      @akbarimomin4374 7 років тому

      Kamran Husain mere exams ho gye😂

  • @arshiqureshi2238
    @arshiqureshi2238 6 років тому +1

    Thanks sir

  • @yadneshkhode3091
    @yadneshkhode3091 6 років тому

    Thankyou so much sir!!!!!!!!!!

  • @shrirangpathak2927
    @shrirangpathak2927 6 років тому

    Thanks brother

  • @nikcalligraphy
    @nikcalligraphy 7 років тому +3

    nice explanation

  • @kundetinagasumanth616
    @kundetinagasumanth616 5 років тому

    Nice Explatation

  • @namankapoor1
    @namankapoor1 6 років тому +1

    Where is "Artificial Intelligence"

  • @AshutoshKumar-vu1ns
    @AshutoshKumar-vu1ns 5 років тому

    Well

  • @jspmbit122
    @jspmbit122 6 років тому

    tik

  • @ankitatoons6585
    @ankitatoons6585 4 роки тому

    You are so cute.

  • @amritpreetarora731
    @amritpreetarora731 2 роки тому

    Wrong.
    Gate Smashers teach better and correct. 👍

  • @0wninguplz
    @0wninguplz 4 роки тому

    cannot understand a word

    • @VARUN-gn5kq
      @VARUN-gn5kq 3 роки тому

      Jaake chupa chups khao🤣