Process scheduling is not limited to the following algorithms
* First-Come,
First-Served (FCFS) Scheduling
* Shortest-Job-Next (SJN) Scheduling
* Priority Scheduling
* Shortest Remaining Time
* Round Robin(RR) Scheduling
* Multiple-Level Queues Scheduling
Write about other scheduling algorithms what are the pros and cons of each of them.