Skip to content

Commit 86e3210

Browse files
Update greedy_algorithms/job_sequencing_algorithm.cpp
Co-authored-by: realstealthninja <[email protected]>
1 parent 2a5e8af commit 86e3210

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

greedy_algorithms/job_sequencing_algorithm.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* @example
1717
* Input: Four Jobs with following deadlines and profits
1818
* JobID | Deadline | Profit
19-
* -----------------------------
19+
* ------|-----------|----------
2020
* a | 4 | 20
2121
* b | 1 | 10
2222
* c | 1 | 40

0 commit comments

Comments
 (0)