Skip to content

Commit 963b8f3

Browse files
committed
docs(algorithms, graphs): add solution heading
1 parent f09ca8e commit 963b8f3

File tree

1 file changed

+1
-1
lines changed
  • algorithms/graphs/min_cost_valid_path

1 file changed

+1
-1
lines changed

algorithms/graphs/min_cost_valid_path/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Output: 1
8282
1. [Dynamic Programming](#dynamic-programming)
8383
2. [Dijkstra's Algorithm](#dijkstras-algorithm)
8484
3. [0-1 Breadth-First Search](#0-1-breadth-first-search)
85-
4.
85+
4. [Depth-First Search and Breadth First Search](#depth-first-search--breadth-first-search)
8686

8787

8888
### Dynamic Programming

0 commit comments

Comments
 (0)