Keep That Card in Mind: Card Guessing with Limited Memory

07/08/2021
by   Boaz Menuhin, et al.
0

A card guessing game is played between two players, Guesser and Dealer. At the beginning of the game, the Dealer holds a deck of n cards (labeled 1, ..., n). For n turns, the Dealer draws a card from the deck, the Guesser guesses which card was drawn, and then the card is discarded from the deck. The Guesser receives a point for each correctly guessed card. With perfect memory, a Guesser can keep track of all cards that were played so far and pick at random a card that has not appeared so far, yielding in expectation ln n correct guesses. With no memory, the best a Guesser can do will result in a single guess in expectation. We consider the case of a memory bounded Guesser that has m < n memory bits. We show that the performance of such a memory bounded Guesser depends much on the behavior of the Dealer. In more detail, we show that there is a gap between the static case, where the Dealer draws cards from a properly shuffled deck or a prearranged one, and the adaptive case, where the Dealer draws cards thoughtfully, in an adversarial manner. Specifically: 1. We show a Guesser with O(log^2 n) memory bits that scores a near optimal result against any static Dealer. 2. We show that no Guesser with m bits of memory can score better than O(√(m)) correct guesses, thus, no Guesser can score better than min{√(m), ln n}, i.e., the above Guesser is optimal. 3. We show an efficient adaptive Dealer against which no Guesser with m memory bits can make more than ln m + 2 lnlog n + O(1) correct guesses in expectation. These results are (almost) tight, and we prove them using compression arguments that harness the guessing strategy for encoding.

READ FULL TEXT

page 1

page 2

page 3

page 4

research
06/07/2021

Near-Optimal Dispersion on Arbitrary Anonymous Graphs

Given an undirected, anonymous, port-labeled graph of n memory-less node...
research
12/04/2017

Time-Space Tradeoffs for the Memory Game

A single-player Memory Game is played with n distinct pairs of cards, wi...
research
04/26/2022

Mirror Games Against an Open Book Player

Mirror games were invented by Garg and Schnieder (ITCS 2019). Alice and ...
research
05/12/2023

Distributed derandomization revisited

One of the cornerstones of the distributed complexity theory is the dera...
research
06/22/2021

Eliminating Intermediate Measurements using Pseudorandom Generators

We show that quantum algorithms of time T and space S≥log T with unitary...
research
01/23/2019

A randomized strategy in the mirror game

Alice and Bob take turns (with Alice playing first) in declaring numbers...

Please sign up or login with your details

Forgot password? Click here to reset