Update non_preemptive_sjf_scheduling.cpp

Co-authored-by: realstealthninja <68815218+realstealthninja@users.noreply.github.com>
This commit is contained in:
DoGoodCoder
2024-10-11 10:45:54 +05:30
committed by GitHub
parent 062a78c0ab
commit 77402aa408

View File

@@ -34,7 +34,7 @@ using std::vector;
* @tparam S Data type of Process ID
* @tparam T Data type of Arrival time
* @tparam E Data type of Burst time
* @param t1 First tuple<S,T,E>t1
* @param t1 tuple containing process id, arrival time and burst time
* @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