depth-first search

From Wiktionary, the free dictionary
Jump to navigation Jump to search

English

[edit]

Noun

[edit]

depth-first search (countable and uncountable, plural depth-first searches)

  1. (graph theory) An algorithm for traversing a tree or graph where one starts at the root and explores as far as possible along each branch before backtracking.
    Synonym: DFS
    Coordinate term: breadth-first search

Translations

[edit]

Further reading

[edit]