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
Single Lane Bridge Simulation A Python-based simulation of the classical Single Lane Bridge synchronization problem using threads, semaphores, and locks. Features both a Tkinter desktop GUI for interactive visualization. Demonstrates concurrency control, fairness, and starvation prevention in operating systems.