Skip to content

Commit ccb3f07

Browse files
Update cpu_scheduling_algorithms/non_preemptive_sjf_scheduling.cpp
Co-authored-by: realstealthninja <[email protected]>
1 parent 4404bbb commit ccb3f07

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

cpu_scheduling_algorithms/non_preemptive_sjf_scheduling.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,7 @@ class Compare {
6565
* @param t2 Second tuple
6666
* @brief A comparator function that checks whether to swap the two tuples
6767
* or not.
68-
* @link Refer to
69-
* https://www.geeksforgeeks.org/comparator-class-in-c-with-examples/ for
70-
* detailed description of comparator
68+
* <a href="https://www.geeksforgeeks.org/comparator-class-in-c-with-examples/"> detailed description of comparator </a>
7169
* @returns true if the tuples SHOULD be swapped
7270
* @returns false if the tuples SHOULDN'T be swapped
7371
*/

0 commit comments

Comments
 (0)