Update non_preemptive_sjf_scheduling.cpp

Co-authored-by: realstealthninja <68815218+realstealthninja@users.noreply.github.com>
This commit is contained in:
DoGoodCoder
2024-10-10 18:57:51 +05:30
committed by GitHub
parent f99fefa271
commit ad156c94e8

View File

@@ -59,7 +59,6 @@ bool sortcol(tuple<S, T, E>& t1, tuple<S, T, E>& t2) {
* @tparam T Data type of Arrival time
* @tparam E Data type of Burst time
*/
template <typename S, typename T, typename E>
class Compare {
public: