From 4c942e3b33ead2eb169411d390d73effb60538a5 Mon Sep 17 00:00:00 2001 From: Brian Lawrence Date: Tue, 9 Jul 2024 11:15:19 -0700 Subject: [PATCH] Remove second link to Yao's millionaire prob --- easy/src/intro.typ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/easy/src/intro.typ b/easy/src/intro.typ index 821dbf3..1fa9919 100644 --- a/easy/src/intro.typ +++ b/easy/src/intro.typ @@ -59,7 +59,7 @@ jointly compute some known function $ F(x_1, x_2), $ where the $i$-th person only knows the input $x_i$, without either person learning the other person's input. -For example, in #cite("https://en.wikipedia.org/wiki/Yao%27s_Millionaires%27_problem", "Yao's millionaire problem"), Alice and Bob +For example, in Yao's millionaire problem, Alice and Bob want to know who has a higher income without revealing their own amounts. This is the case where $F$ is the comparison function ($F(x_1, x_2)$ is $1$ if $x_1 > x_2$, $2$ if $x_2 > x_1$,