Oleksandr Kulkov
Oleksandr Kulkov
Hi, thanks for the suggestion! However, I'd like to understand whether this provides more efficient solution than the one which is already written in the article. Could you maybe benchmark...
It seems that `__builtin_clz(1) - __builtin_clz(X)` is [a bit faster way to go](https://quick-bench.com/q/SWARd6gSu9_RYZUN8PAGEEiimv0). And it also works before C++20. Could you add some info on `__builtin_clz` and `__builtin_clzll` as well...
Thanks, could you please add some brief notes about it in the article, so the readers will be aware of this things as well?
Hi, thanks for pointing that out! Did you check it on some concrete examples to check that it is indeed as you say? If so, please feel free to submit...
I essentially would like a pdf generated by some button on the [preview page](https://cp-algorithms.com/preview.html) from the current code in the editor as it is done, for example, in [Polygon](https://polygon.codeforces.com)... I'm...
Hi, thanks for the suggestion! @polkovnikov-ph could you open a PR, please? I had some doubts on whether we want an article completely dedicated to language technicalities here, but as...
Yes, let's proceed. I could try to do some copy-editing as well, once we have a PR.
Hi @polkovnikov-ph, any updates here? Even if it requires further changes, perhaps we can already start a PR to track it?
Hi @polkovnikov-ph ! Any updates here?
Hi Sorry, I'm not sure whether I got the discussion correctly from the Google Translate. I just noticed that suffix automaton was discussed here. In general, minimal DFA is unique...