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 4404bbb commit ccb3f07Copy full SHA for ccb3f07
cpu_scheduling_algorithms/non_preemptive_sjf_scheduling.cpp
@@ -65,9 +65,7 @@ class Compare {
65
* @param t2 Second tuple
66
* @brief A comparator function that checks whether to swap the two tuples
67
* or not.
68
- * @link Refer to
69
- * https://www.geeksforgeeks.org/comparator-class-in-c-with-examples/ for
70
- * detailed description of comparator
+ * <a href="https://www.geeksforgeeks.org/comparator-class-in-c-with-examples/"> detailed description of comparator </a>
71
* @returns true if the tuples SHOULD be swapped
72
* @returns false if the tuples SHOULDN'T be swapped
73
*/
0 commit comments