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
시간복잡도 O(N^3), 공간복잡도 O(N^2)인 DP 풀이가 잘 알려져 있는 행렬 곱셈 순서 문제를 O(N log N) 시간에 푸는 알고리즘
The text was updated successfully, but these errors were encountered:
No branches or pull requests
주제 이름
주제 소개 (3~4줄)
시간복잡도 O(N^3), 공간복잡도 O(N^2)인 DP 풀이가 잘 알려져 있는 행렬 곱셈 순서 문제를 O(N log N) 시간에 푸는 알고리즘
대략적인 난이도
관련 문제 링크
The text was updated successfully, but these errors were encountered: