We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
いまは半群として (ℤ, +), (ℤ, min), (ℤ, max) しか使ってないけれど、gcd, lcm もほしい 特に <O(N), O(1)> GCD を貼れるとなんだかうれしい
The text was updated successfully, but these errors were encountered:
segment tree についてgcdは償却計算量となるのでそこまでうれしくはなさそうです、別のデータ構造として追加するのはとても賛成です
Sorry, something went wrong.
LCMに関してはオーバーフローが大きな問題になりそうですね...
とりあえずこの問題は無視して作ります
Successfully merging a pull request may close this issue.
いまは半群として (ℤ, +), (ℤ, min), (ℤ, max) しか使ってないけれど、gcd, lcm もほしい
特に <O(N), O(1)> GCD を貼れるとなんだかうれしい
The text was updated successfully, but these errors were encountered: