Skip to content

ViewShumoon/My-Dinning-Philosophers-Problem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

My-Dinning-Philosophers-Problem

My Dinning Philosophers Problem, C#, .NET 5.0, GNU 3.0

How to Use

  • 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

Wanna to change the number of they dinning?

  • See the
public static readonly int DAYTIME = 2;

at the beginning of the /src/Program.cs

License

GNU General Public License v3.0

About

My Dinning Philosophers Problem

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages