Tagged Questions

10
votes
0answers
178 views

Splay trees and Thompson’s group $F$

( I apologize for only indicating some easy to find references, but new users are not allowed to link more than five). This is very speculative, but: Question: Is there a reformul …
4
votes
2answers
133 views

Hardness of approximation of Dominating Set

It is stated throughout the computational complexity literature that the Dominating Set problem is NP-hard to approximate within a factor of $\Omega(\log n)$. To my knowledge, the …
10
votes
4answers
302 views

Quantum algorithms for dummies

I want to try my hand at designing quantum algorithms to solve certain problems. I feel like I understand (for example) how Grover's algorithm and Shor's algorithm work, and I'm e …
0
votes
0answers
104 views

Simplify O(n^k/2^n) [closed]

In one of my complexity analysis, I came up with $O(n^k/2^n)$, where $k$ is a fixed number and $n$ is the size of the data. However I rarely see a big-O written as this. Is there a …
0
votes
0answers
63 views

Schönhage’s SMM with only one instruction

It is possible to implement $\lambda$-calculus in Schönhage's storage modification machine using an infinite set of nodes and one single program consisted exclusively of (about hun …
0
votes
0answers
90 views

the position of strings [closed]

1s and 0s that are separated by a single blank and with the tape blank elsewhere? That is, starting with a tape that contains ▭ ▭ ▭ xxxxxxxx▭ yyyyyyyyy▭ ▭ with the Head
10
votes
3answers
663 views

Will quantum computing kill cryptography ? [closed]

I apologize as this question is not really mathematical, and therefore perhaps not well-suited for this site. Please feel free to close it if you think it is not. My reason for ask …
0
votes
0answers
62 views

Longest run of heads

Consider $n$ independent tosses of a fair coin; the sample space has $2^n$ elements. Let $R_n(x)$ be the length of the longest run of heads in outcome $x$. We know that $$E[R_n]=\T …
1
vote
0answers
21 views

Are set covering problems with nonlinear cost functions NP-Hard?

Are set covering problems (set cover problem wikipedia) with a nonlinear cost function also NP-hard? Is there a general result about this? To be more specific the cost function I …
1
vote
1answer
89 views

Can all programs reducible to ones with only arithmetic operations on inputs be simulated with polynomial overhead by arithmetic machine?

I failed to get an answer at http://math.stackexchange.com/questions/364061/can-all-programs-reducible-to-ones-with-only-arithmetic-operations-on-inputs-be, so I am asking here. I …
6
votes
2answers
576 views

Approximate number of primes below a given integer?

The problem of the complexity of the exact counting problem for primes is interesting. The best result we have about primes is that it is hard for TC0. But counting the number of w …
5
votes
2answers
285 views

Strassen’s algorithm

I am reading Landsberg's "Tensors: Geometry and Applications". Here he mentions tensor formulation of Strassen's algorithm and shows that the rank of Strassen's matrix multiplicati …
1
vote
1answer
68 views

Separation of Anti-Hole Inequality

Given an undirected graph $G=(V,E)$ with no loops or multiple edges, a stable set is a set of vertices for which no two vertices are adjacent. An induced subgraph $H$ of $G$ is ca …
5
votes
0answers
63 views

what is the computational complexity of resolution of singularities of varieties over fields with characteristic 0

what is the computational complexity of resolution of singularities of varieties over fields with characteristics 0?
14
votes
0answers
278 views

Computational complexity of topological K-theory

I am a novice with K-theory trying to understand what is and what is not possible. Given a finite simplicial complex $X$, there of course elementary ways to quickly compute the co …

1 2 3 4 5 30 next
15 30 50 per page