Skip to content

Commit cb0bc6d

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

greedy_algorithms/job_sequencing_algorithm.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
*
2727
* @example
2828
* Input: Five Jobs with following deadlines and profits
29-
* JobID | Deadline | Profit
30-
* ---------------------------
29+
* JobID | Deadline | Profit
30+
* -------|-----------|--------
3131
* a | 2 | 100
3232
* b | 1 | 19
3333
* c | 2 | 27

0 commit comments

Comments
 (0)