Skip to content

Commit af1482b

Browse files
author
FSou1
committed
Update readme
1 parent 004581d commit af1482b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ An algorithm is a finite sequence of well-defined, computer-implementable instru
3030
* [Radix sort](src/algorithms/sort/radix) - sort an array with a radix sort algorithm;
3131
* **Graph**
3232
* [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;
3334

3435
## How to use this repository
3536

0 commit comments

Comments
 (0)