0 votes
in Data Structures & Algorithms by
In the …………….. traversal we process all of a vertex’s descendants before we move to an adjacent vertex.

a) depth first

b) breadth first

c) with first

d) depth limited

1 Answer

0 votes
by
a) depth first

Related questions

0 votes
asked Dec 8, 2022 in Data Structures & Algorithms by sharadyadav1986
0 votes
asked Dec 8, 2022 in Data Structures & Algorithms by Robin
...