My Dinning Philosophers Problem, C#, .NET 5.0, GNU 3.0
- See the
private static void DailyLife(object item)
in the /src/Program.cs
- See the
#region Daily Life
public void Think()...
public void PickLeft()...
public void PickRight()...
public void Eat()...
public void Release()...
#endregion
in the /src/Philosopher.cs
- See the
public static readonly int DAYTIME = 2;
at the beginning of the /src/Program.cs
GNU General Public License v3.0