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
선형 점화식의 N번째 항을 O(K^2 log N)에 계산하는 키타마사법은 이미 잘 알려져 있습니다. FFT를 이용하면 O(K log K log N)에 계산할 수 있습니다.
The text was updated successfully, but these errors were encountered:
내꺼
Sorry, something went wrong.
No branches or pull requests
주제 이름
주제 소개 (관련 자료 링크 포함)
선형 점화식의 N번째 항을 O(K^2 log N)에 계산하는 키타마사법은 이미 잘 알려져 있습니다.
FFT를 이용하면 O(K log K log N)에 계산할 수 있습니다.
대략적인 난이도
관련 문제 링크
The text was updated successfully, but these errors were encountered: