# An Improved Scheme in the Two Query Adaptive Bitprobe Model

**Authors:** Mirza Galib Anwarul Husain Baig, Deepanjan Kesh, Chirag Sodani

arXiv: 1812.04802 · 2018-12-13

## TL;DR

This paper presents an improved storage scheme for small subsets in the adaptive bitprobe model, reducing space complexity from previous methods while maintaining efficient membership query responses.

## Contribution

The paper introduces a new scheme that stores subsets of size four with O(m^{5/6}) space, surpassing earlier explicit and non-explicit schemes in efficiency.

## Key findings

- Achieves O(m^{5/6}) space for storing subsets of size four
- Improves upon previous schemes with higher space complexity
- Maintains two-bit probe query efficiency

## Abstract

In this paper, we look into the adaptive bitprobe model that stores subsets of size at most four from a universe of size m, and answers membership queries using two bitprobes. We propose a scheme that stores arbitrary subsets of size four using O(m^{5/6}) amount of space. This improves upon the non-explicit scheme proposed by Garg and Radhakrishnan [Garg2015] which uses O(m^{16/17}) amount of space, and the explicit scheme proposed by Garg [Thesis2015] which uses O(m^{14/15}) amount of space.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1812.04802/full.md

## Figures

10 figures with captions in the complete paper: https://tomesphere.com/paper/1812.04802/full.md

## References

8 references — full list in the complete paper: https://tomesphere.com/paper/1812.04802/full.md

---
Source: https://tomesphere.com/paper/1812.04802