mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-05-16 14:14:27 +08:00
Update non_preemptive_sjf_scheduling.cpp
Co-authored-by: realstealthninja <68815218+realstealthninja@users.noreply.github.com>
This commit is contained in:
@@ -59,7 +59,6 @@ bool sortcol(tuple<S, T, E>& t1, tuple<S, T, E>& t2) {
|
|||||||
* @tparam T Data type of Arrival time
|
* @tparam T Data type of Arrival time
|
||||||
* @tparam E Data type of Burst time
|
* @tparam E Data type of Burst time
|
||||||
*/
|
*/
|
||||||
|
|
||||||
template <typename S, typename T, typename E>
|
template <typename S, typename T, typename E>
|
||||||
class Compare {
|
class Compare {
|
||||||
public:
|
public:
|
||||||
|
|||||||
Reference in New Issue
Block a user