中文
相关论文

相关论文: The effective entropy of next/previous larger/smal…

200 篇论文

We prove that any algorithm for learning parities requires either a memory of quadratic size or an exponential number of samples. This proves a recent conjecture of Steinhardt, Valiant and Wager and shows that for some learning problems a…

机器学习 · 计算机科学 2016-02-17 Ran Raz

Quantum memory systems are vital in quantum information processing for dependable storage and retrieval of quantum states. Inspired by classical reliability theories that synthesize reliable computing systems from unreliable components, we…

量子物理 · 物理学 2025-12-10 Anuj K. Nayak , Eric Chitambar , Lav R. Varshney

One of the biggest open problems in external memory data structures is the priority queue problem with DecreaseKey operations. If only Insert and ExtractMin operations need to be supported, one can design a comparison-based priority queue…

数据结构与算法 · 计算机科学 2016-11-04 Kasper Eenberg , Kasper Green Larsen , Huacheng Yu

We establish a sharp estimate for a minimal number of binary digits (bits) needed to represent all bounded total generalized variation functions taking values in a general totally bounded metric space $(E,\rho)$ up to an accuracy of…

泛函分析 · 数学 2020-11-19 Rossana Capuani , Prerona Dutta , Khai T. Nguyen

We initiate the study of two-party cryptographic primitives with unconditional security, assuming that the adversary's quantum memory is of bounded size. We show that oblivious transfer and bit commitment can be implemented in this model…

量子物理 · 物理学 2007-05-23 Ivan Damgaard , Serge Fehr , Louis Salvail , Christian Schaffner

We discuss a problem of handling resource reservations. The resource can be reserved for some time, it can be freed or it can be queried what is the largest amount of reserved resource during a time interval. We show that the problem has a…

数据结构与算法 · 计算机科学 2007-05-23 Andrej Brodnik , Andreas Nilsson

We present new algorithms for computing the low $n$ bits or the high $n$ bits of the product of two $n$-bit integers. We show that these problems may be solved in asymptotically 75% of the time required to compute the full $2n$-bit product,…

符号计算 · 计算机科学 2023-08-03 David Harvey

We improve the upper bound for the maximum possible number of stable matchings among $n$ jobs and $n$ applicants from $131072^n+O(1)$ to $3.55^n+O(1)$. To establish this bound, we state a novel formulation of a certain entropy bound that is…

组合数学 · 数学 2021-06-07 Cory Palmer , Dömötör Pálvölgyi

Message passing programs commonly use buffers to avoid unnecessary synchronizations and to improve performance by overlapping communication with computation. Unfortunately, using buffers makes the program no longer portable, potentially…

分布式、并行与集群计算 · 计算机科学 2007-05-23 Alex Brodsky , Jan B. Pedersen , Alan Wagner

The rank problem in succinct data structures asks to preprocess an array A[1..n] of bits into a data structure using as close to n bits as possible, and answer queries of the form rank(k) = Sum_{i=1}^k A[i]. The problem has been intensely…

数据结构与算法 · 计算机科学 2009-07-08 Mihai Patrascu

Given an array of distinct integers $A[1\ldots n]$, the Range Minimum Query (RMQ) problem requires us to construct a data structure from $A$, supporting the RMQ query: given an interval $[a,b]\subseteq[1,n]$, return the index of the minimum…

数据结构与算法 · 计算机科学 2022-02-10 Mingmou Liu

The successor and predecessor problem consists of obtaining the closest value in a set of integers, greater/smaller than a given value. This problem has interesting applications, like the intersection of inverted lists. It can be easily…

数据结构与算法 · 计算机科学 2020-02-27 Adrián Gómez-Brandón

Random numbers are critical for any cryptographic application. However, the data that is flowing through the internet is not secure because of entropy deprived pseudo random number generators and unencrypted IoTs. In this work, we address…

量子物理 · 物理学 2022-07-18 Avval Amil , Shashank Gupta

Given string $S[1..N]$ and integer $k$, the {\em suffix selection} problem is to determine the $k$th lexicographically smallest amongst the suffixes $S[i... N]$, $1 \leq i \leq N$. We study the suffix selection problem in the cache-aware…

数据结构与算法 · 计算机科学 2009-02-11 Gianni Franceschini , Roberto Grossi , S. Muthukrishnan

As DNA data storage moves closer to practical deployment, minimizing sequencing coverage depth is essential to reduce both operational costs and retrieval latency. This paper addresses the recently studied Random Access Problem, which…

信息论 · 计算机科学 2026-01-13 Chen Wang , Eitan Yaakobi

We consider the non-adaptive bit-probe complexity of the set membership problem, where a set S of size at most n from a universe of size m is to be represented as a short bit vector in order to answer membership queries of the form "Is x in…

数据结构与算法 · 计算机科学 2017-01-02 Mohit Garg , Jaikumar Radhakrishnan

We consider the bit-probe complexity of the set membership problem, where a set S of size at most n from a universe of size m is to be represented as a short bit vector in order to answer membership queries of the form "Is x in S?" by…

数据结构与算法 · 计算机科学 2015-04-09 Mohit Garg , Jaikumar Radhakrishnan

It is well-known that, given a probability distribution over $n$ characters, in the worst case it takes (\Theta (n \log n)) bits to store a prefix code with minimum expected codeword length. However, in this paper we first show that, for…

数据结构与算法 · 计算机科学 2009-05-20 Travis Gagie , Gonzalo Navarro , Yakov Nekrich

A set of integers is \emph{primitive} if it does not contain an element dividing another. Denote by $f(n)$ the number of maximum-size primitive subsets of $\{1,\ldots, 2n\}$. We prove that the limit $\alpha=\lim_{n\rightarrow…

组合数学 · 数学 2023-06-22 Hong Liu , Péter Pál Pach , Richárd Palincza

We consider the file maintenance problem (also called the online labeling problem) in which n integer items from the set {1,...,r} are to be stored in an array of size m >= n. The items are presented sequentially in an arbitrary order, and…

数据结构与算法 · 计算机科学 2015-03-19 Jan Bulánek , Michal Koucký , Michael Saks