You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
Required fields*
-
5$\begingroup$ It's good to clarify what you mean by sub-exponential. See also cs.stackexchange.com/questions/9813/… $\endgroup$usul– usul2020-06-21 04:20:58 +00:00Commented Jun 21, 2020 at 4:20
-
1$\begingroup$ If the author means subexponential as in III. from the resource in the above comment, then I have a feeling some studied Exponential-time Complete problems would also meet the criteria. $\endgroup$Michael Wehar– Michael Wehar2020-06-21 04:23:54 +00:00Commented Jun 21, 2020 at 4:23
-
4$\begingroup$ Yes, this is very nonstandard. This makes $2^n$ subexponential. $\endgroup$Emil Jeřábek– Emil Jeřábek2020-06-23 12:08:46 +00:00Commented Jun 23, 2020 at 12:08
-
$\begingroup$ @DominicvanderZypen $\frac1me^n=\Omega(2^n)$. $\endgroup$VS.– VS.2020-06-23 12:46:48 +00:00Commented Jun 23, 2020 at 12:46
-
1$\begingroup$ The new definition is hard to decipher, but is actually equivalent to just $f(n)=2^{o(n)}$. Why don’t you write it that way? (And while this is not nonstandard, in complexity theory this definition is less common and less convenient than the more natural definition $f(n)=2^{n^{o(1)}}$, which is robust wrt polynomial changes in the representation of the input or in the parameter to specify the problem. E.g., according to your definition, brute force $2^{O(|V|)}$ algorithms for the maximum independent set and similar graph problems are “subexponential” as the size of the input is $|V|^2$.) $\endgroup$Emil Jeřábek– Emil Jeřábek2020-06-24 06:59:02 +00:00Commented Jun 24, 2020 at 6:59
|
Show 2 more comments
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
-
create code fences with backticks ` or tildes ~
```
like so
``` -
add language identifier to highlight code
```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- quote by placing > at start of line
- to make links (use https whenever possible)
<https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
- MathJax equations
$\sin^2 \theta$
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. cc.complexity-theory), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you