- Use Java Backtracking Algorithm For The Following Case And Provide Code Case An Administrator In A Hospital Who Is Char 1 (66.12 KiB) Viewed 43 times
USE JAVA BACKTRACKING ALGORITHM FOR THE FOLLOWING CASE AND PROVIDE CODE CASE: An Administrator in a hospital who is char
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
USE JAVA BACKTRACKING ALGORITHM FOR THE FOLLOWING CASE AND PROVIDE CODE CASE: An Administrator in a hospital who is char
USE JAVA BACKTRACKING ALGORITHM FOR THE FOLLOWING CASE AND PROVIDE CODE CASE: An Administrator in a hospital who is charged to propose schedules between 30 doctors to share three surgery rooms in the hospital. The three rooms are available for booking from 8 a.m. to 4 p.m. every working day (Sunday to Thursday). The hospital policies state that each doctor should do at least one surgery (a week), Brain surgery is available every Monday and Wednesday, six consultant doctors work only during the morning shift (8-12). In addition, six doctors are junior doctors and should join any senior doctors during the surgery, however, they cannot use room 3 as it is small. Furthermore, some rooms have the special equipment required for surgeries e.g., the x-ray device at room 1 and online streaming for online consultation at room 2. Required: You are required to solve the above case in java using backtracking and provide complete code with screenshot of the output NOTE: DO NOT SOLVE THEORETICALLY USE JAVA BACKTRACKING ALGORITHM AND PROVIDE COMPLETE CODE