We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68dde6c commit 5c3ffcaCopy full SHA for 5c3ffca
greedy_algorithms/job_sequencing_algorithm.cpp
@@ -85,7 +85,7 @@ struct Job {
85
char id; // Job Id
86
int dead; // Deadline of job
87
int profit; // Profit earned if job is completed before deadline
88
-}; // namespace greedy_algorithmsstruct Job
+};
89
90
// Custom sorting helper struct which is used for sorting
91
// all jobs according to profit
0 commit comments