[DOCS] Document Depth First Search (DFS) #57
Labels
documentation
Improvements or additions to documentation
good first issue
Good for newcomers
help wanted
Extra attention is needed
Milestone
Documentation Depth First Search (DFS)
The goal of this issue if the improve the documentation of an existing algorithm. This documentation should go into the algorithms section of our docusaurus docs.
More detail on how to build the documentation locally can be found on the wiki.
An existing documentation page exists, which should be extended. The page can be found under
docs/docs/algorithms/traversal/depth-first-search.md
.The corresponding algorithm is called
depth_first_traverse
and can be found underinclude/graaflib/algorithm/graph_traversal.h
.Documentation Contents
The documentation entry should adhere to the following template:
The text was updated successfully, but these errors were encountered: