World Languages, asked by sivabharathi, 1 year ago

what is depth first search ?

Answers

Answered by Shivansha56
1
Depth-first search is an algorithm for traversing or searching tree or graph data structures. The algorithm starts at the root node and explores as far as possible along each branch before backtracking. 
I u like my answer so please mark it as brainliest.
Similar questions