logoalt Hacker News

altairprimetoday at 7:37 PM2 repliesview on HN

Email the mods to have the title edited, [email protected]; it’s a worthwhile change here.

“in 2^[0.6039n+o(n)] time” could be a better edit than the paper’s provided title, though I selected [] rather than {} for human use. I defer to experts in the field on whether it matters to declare O(n) or not.


Replies

traestoday at 8:15 PM

Changing {} to [] seems like a very strange suggestion to me. {} is used here because it's the way you group things in LaTeX. If you were going to change it for human use, why not just use parenthesis? What's wrong with {} in the first place?

show 1 reply
shiandowtoday at 7:57 PM

You'll want small o, not big O. Otherwise there's no point in mentioning the constant factor 0.6039.

And yes the o(n) is relevant. Though I guess implied to some extent.

show 1 reply