Skip to content

Commit 9eba7e1

Browse files
committed
docs: add the link of the algorithm to DIRECTORY.md
1 parent 59880ed commit 9eba7e1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

DIRECTORY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,7 @@
209209
* [Strongly Connected Components](https://github.com/TheAlgorithms/Rust/blob/master/src/graph/strongly_connected_components.rs)
210210
* [Tarjans Strongly Connected Components](https://github.com/TheAlgorithms/Rust/blob/master/src/graph/tarjans_ssc.rs)
211211
* [Topological Sort](https://github.com/TheAlgorithms/Rust/blob/master/src/graph/topological_sort.rs)
212+
* [Tree Center](https://github.com/TheAlgorithms/Rust/blob/master/src/graph/tree_center.rs)
212213
* [Two Satisfiability](https://github.com/TheAlgorithms/Rust/blob/master/src/graph/two_satisfiability.rs)
213214
* Greedy
214215
* [Minimum Coin Change](https://github.com/TheAlgorithms/Rust/blob/master/src/greedy/minimum_coin_changes.rs)

0 commit comments

Comments
 (0)