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 5c3ffca commit c26c7c1Copy full SHA for c26c7c1
greedy_algorithms/job_sequencing_algorithm.cpp
@@ -79,6 +79,7 @@
79
namespace greedy_algorithms {
80
81
/**
82
+ * @struct Job
83
* @brief A structure to represent a job
84
*/
85
struct Job {
0 commit comments