mirror of
https://github.com/trekhleb/javascript-algorithms.git
synced 2025-12-08 19:06:00 +00:00
Update READMEs.
This commit is contained in:
parent
f26fd87c0a
commit
23e7d52891
@ -5,3 +5,9 @@ searching tree or graph data structures. One starts at
|
|||||||
the root (selecting some arbitrary node as the root in
|
the root (selecting some arbitrary node as the root in
|
||||||
the case of a graph) and explores as far as possible
|
the case of a graph) and explores as far as possible
|
||||||
along each branch before backtracking.
|
along each branch before backtracking.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
## References
|
||||||
|
|
||||||
|
[Wikipedia](https://en.wikipedia.org/wiki/Depth-first_search)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user