From 062a78c0abc702ab41cd218b7b740f7591fa1bdd Mon Sep 17 00:00:00 2001 From: DoGoodCoder <141216093+LakshmiSrikumar@users.noreply.github.com> Date: Fri, 11 Oct 2024 10:45:14 +0530 Subject: [PATCH] Update non_preemptive_sjf_scheduling.cpp Co-authored-by: realstealthninja <68815218+realstealthninja@users.noreply.github.com> --- non_preemptive_sjf_scheduling.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/non_preemptive_sjf_scheduling.cpp b/non_preemptive_sjf_scheduling.cpp index b470ca97d..4f372bf05 100644 --- a/non_preemptive_sjf_scheduling.cpp +++ b/non_preemptive_sjf_scheduling.cpp @@ -35,7 +35,7 @@ using std::vector; * @tparam T Data type of Arrival time * @tparam E Data type of Burst time * @param t1 First tuplet1 - * @param t2 Second tuplet2 + * @param t2 tuple containing process id, arrival time and burst time * @returns true if t1 and t2 are in the CORRECT order * @returns false if t1 and t2 are in the INCORRECT order */