pub fn max_faults(n: u32) -> u32
Compute the maximum number of f (faults) that can be tolerated for a given set of n participants. This is the maximum integer f such that n >= 3*f + 1. f may be zero.
f
n
n >= 3*f + 1