Which of the following is a solution to the "Critical Section Problem" that satisfies mutual exclusion, progress, and bounded waiting?
Show Hint
Peterson's solution is the "Gold Standard" for theoretical software synchronization, although it is limited to two processes and relies on the assumption that load/store operations are atomic.