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
선인장 그래프는 특수한 조건을 만족하는 그래프의 종류로, 일반적인 그래프에서 NP인 문제들을 선인장 그래프에서 다항 시간만에 해결할 수 있다는 것이 알려져 있다. https://en.wikipedia.org/wiki/Cactus_graph https://arxiv.org/abs/1408.4005
The text was updated successfully, but these errors were encountered:
No branches or pull requests
주제 이름
주제 소개 (관련 자료 링크 포함)
선인장 그래프는 특수한 조건을 만족하는 그래프의 종류로, 일반적인 그래프에서 NP인 문제들을 선인장 그래프에서 다항 시간만에 해결할 수 있다는 것이 알려져 있다.
https://en.wikipedia.org/wiki/Cactus_graph
https://arxiv.org/abs/1408.4005
대략적인 난이도
관련 문제 링크
등등
The text was updated successfully, but these errors were encountered: