We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 004581d commit af1482bCopy full SHA for af1482b
README.md
@@ -30,6 +30,7 @@ An algorithm is a finite sequence of well-defined, computer-implementable instru
30
* [Radix sort](src/algorithms/sort/radix) - sort an array with a radix sort algorithm;
31
* **Graph**
32
* [Breadth-first search](src/algorithms/graph/breadth-first-search) - traverse a graph, explore neighbor vertices first;
33
+ * [Depth-first search](src/algorithms/graph/depth-first-search) - traverse a graph, explore descendant vertices first;
34
35
## How to use this repository
36
0 commit comments