Difference between revisions of "User:Cschff"
Jump to navigation
Jump to search
(Created page with "__NOTOC__ Category:Computational Complexity {{Menubox|{{CZ-Navbar}}}} Welcome to the '''Communication-Complexity Garden''', the botanical companion to the [[Communicati...") |
|||
Line 44: | Line 44: | ||
===== <span id="index" style="color:red">Index</span>: What is the bit of x with index i? ===== | ===== <span id="index" style="color:red">Index</span>: What is the bit of x with index i? ===== | ||
− | Alice | + | Alice has a string <math>x\in\left\{0,1\right\}^n</math>, Bob holds input <math>i\in [n]</math>. Define INDEX(''x'',''i'')=x_i |
Algorithms: ? | Algorithms: ? |
Latest revision as of 13:42, 13 February 2013
Welcome to the Communication-Complexity Garden, the botanical companion to the Communication-Complexity Zoo. This field guide lists rigorously defined functions.
Gardeners: Florian Speelman and Christian Schaffner
To create a new problem, click on the edit link of the problem before or after the one that you want to add and copy the format, and save.
Table of Contents
2-party functions: Equality - Index -
Uncategorized problems: Index -
The Problems
Discrete Logarithm: Reverse exponentiation
Equality: Are two strings equal?
If Alice has a string and Bob has a string , define EQUALITY(x, y) = 1 if and only if x = y.
Algorithms: ?
Memberships:
Index: What is the bit of x with index i?
Alice has a string , Bob holds input . Define INDEX(x,i)=x_i
Algorithms: ?