#include #include "Disk_Scheduling.h" using namespace std; int main() { Disk_Scheduling diskScheduling; diskScheduling.run(); return 0; }