5 problems
- 0 votes0 replies0 views
Yao's worst-case probe-complexity conjecture for greedy hashing
Yao's conjecture. Every greedy open-addressed hash table must have worst-case expected probe complexity at least
- 0 votes0 replies0 views
Ullman's amortized probe-complexity conjecture for greedy hashing
Ullman's conjecture. The amortized expected probe complexity of every greedy algorithm should be at least order ; equivalently, uniform probing is asymptot…
- 0 votes0 replies0 views
Jukna–Schnitger linearization conjecture for systematic data structures
Let . In the systematic model, the data structure stores precomputed bits of together with additional stored bits, and a query algorithm answers each of…
- 0 votes0 replies0 views
The hierarchical-counter lower-bound conjecture
Hierarchical-counter lower-bound conjecture. There is no space-optimal hierarchical counter over unless and…
- 0 votes0 replies0 views
The 3SUM conjecture
Let a list consist of numbers. The 3SUM problem asks whether three numbers in the list sum to zero. 3SUM conjecture. There is no algorithm solving 3SUM in time .…