Code Hub's repositories
000
assigned-task-list
This project is a simple Java application for managing tasks and people. Each task is assigned to a person and can have a status of pending or completed. The project uses entities to represent tasks and people, and services to manage these entities.
developer-task
This project is a simple Java application for managing tasks and devs. Each task is assigned to a developer but it needs to have the necessary skill level to be assigned to a task. The task can have a status of pending or completed.
java-the-dining-philosophers
The Dining Philosophers problem, proposed by Dijkstra in 1965, serves as a synchronization challenge. Since then, numerous synchronization algorithms have been either related to or tested against the Dining Philosophers problem.
Language:Java000
Language:Java000