Question: Which of the following is true about DFS?
Options:
Correct Answer: It can be implemented using recursion
Solution:
DFS can be implemented using recursion, as it explores each branch of the graph until it reaches a leaf node.