Skip to content

Commit ff40535

Browse files
committed
added 'Job Sequencing' to DIRECTORY.md
1 parent 1cfe1b9 commit ff40535

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

DIRECTORY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@
157157
* [Two Satisfiability](https://github.com/TheAlgorithms/Rust/blob/master/src/graph/two_satisfiability.rs)
158158
* Greedy
159159
* [Stable Matching](https://github.com/TheAlgorithms/Rust/blob/master/src/greedy/stable_matching.rs)
160+
* [Job Sequencing](https://github.com/TheAlgorithms/Rust/blob/master/src/greedy/job_sequencing.rs)
160161
* [Lib](https://github.com/TheAlgorithms/Rust/blob/master/src/lib.rs)
161162
* Machine Learning
162163
* [Cholesky](https://github.com/TheAlgorithms/Rust/blob/master/src/machine_learning/cholesky.rs)

0 commit comments

Comments
 (0)