state-logging

There are 2 repositories under state-logging topic.

  • mzsv/42PHILOSOPHERS_bonus

    Philosophers tackles the "Dining Philosophers" problem, focusing on concurrency issues such as deadlock and starvation. It simulates philosophers as threads/processes using mutexes/semaphores for fork management. The program logs state changes and detects starvation, ending when a philosopher dies or all have eaten a specified number of times.

    Language:C1200
  • cmower/pybullet_log_reader

    Read PyBullet log files.

    Language:Python10