Two Generals' Problem

ID: two-generals-problem

The Two Generals' Problem is a classic problem in computer science and distributed systems that illustrates the challenges of achieving consensus and coordination between two parties (or "generals") in the presence of unreliable communication. ### Scenario: Imagine two generals, each leading their own army, located on opposite sides of a valley. They want to coordinate an attack on a common enemy located in the valley.

New to topics? Read the docs here!