Uniformed Search: Iterative Deepening DFS Part-4

Поделиться
HTML-код
  • Опубликовано: 6 ноя 2024

Комментарии • 13

  • @keshavbansal5148
    @keshavbansal5148 4 года назад +16

    This is getting heavy now, 😛

    • @Aditya-ot7ib
      @Aditya-ot7ib 3 года назад +17

      its simple , in Iterative Deepening DFS , first dfs happens by setting limit of depth=0, then limit of depth = 1; and then 2 and so on......
      point of doing that is we visit all the nodes at depth = k before visiting depth = k+1
      suppose goal is at depth = d then we will not visit nodes which are at depth>d.
      so time complexity will reduce from b^m to b^d(i.e same as bfs)
      and also because we are doing dfs, we don't need to store all nodes and thats why space complexiy will also be low i.e bd(not bm as normal dfs because we are finding goal at depth d , and we will not visit nodes of depth>d)

    • @sameer-np8tz
      @sameer-np8tz Год назад

      @@Aditya-ot7ib what is k and d here

  • @Arpita-fo2dl
    @Arpita-fo2dl 5 месяцев назад

    fully done

  • @YashGaneriwal-je6rh
    @YashGaneriwal-je6rh Месяц назад

    done and dusted

  • @supriyak7565
    @supriyak7565 2 года назад

    Sir is Uniformed search or uninformed search?

  • @takshpatel8109
    @takshpatel8109 2 года назад

    ✌✌✌✌✌

  • @msid9870
    @msid9870 3 года назад +1

    Achay Mausam mai Sir Mausam ka acha lecture