CSCI 605 Week 9 Assignment 1 Solved

$30.00

Download Details:

  • Name: w9_assignment_1-3wlnsj.zip
  • Type: zip
  • Size: 450.76 KB

Category:

Description

5/5 - (4 votes)

Solve dining philosophers problem
Use
http://spiegel.cs.rit.edu/~hpb/Lectures/2181/605/605-277.html
As reference. You should modify your code to run for 100,000 times eating without any deadlocks. This will suffice for a proper solution. You will not use sleep as a mechanism to solve this problem.

Grading:
Correctness: You can lose up to 20% if your solution is not correct
Quality: You can lose up to 20% if your solution is poorly designed
Testing: You can lose up to 20% if your solution is not well tested
Explanation: You can lose up to 40% if you cannot explain your solution during the grading session
CSCI 605