Login
Remember
Register
Ask a Question
In the …………….. traversal we process all of a vertex’s descendants before we move to an adjacent vertex.
0
votes
asked
Dec 8, 2022
in
Data Structures & Algorithms
by
Robin
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
data-structure
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Dec 8, 2022
by
Robin
a) depth first
...