ЁЯУв Too many exams? DonтАЩt know which one suits you best? Book Your Free Expert ЁЯСЙ call Now!

  • google app store apple app store
  • тЬЦ

      Question

      ch data structure is used in Depth-First Search

      (DFS)?
      A Queue Correct Answer Incorrect Answer
      B Stack Correct Answer Incorrect Answer
      C Heap Correct Answer Incorrect Answer
      D Hash Table Correct Answer Incorrect Answer
      E Array Correct Answer Incorrect Answer

      Solution

      DFS uses a stack (explicit or via recursion) to explore nodes deeply before backtracking.

      Practice Next
      More C Programming Questions
      ask-question