You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the project we will simulate the transfer of information in a communication network. We will deal with a system where a large number of Threads are active simultaneously accessing resources. The project focuses on synchronizing the threads to avoid races. Locating and repairing the races is the central part of the project.