Skip to content

feat: add Warshall's algorithm for transitive closure #2965

New issue

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

juansheng-js
Copy link

说明

本次提交实现了 Warshall 算法,用于计算有向图的传递闭包,判断任意两点之间的可达性。

  • 新增文件:graph/warshall.cpp
  • 包含功能:算法实现、简单测试用例和结果打印
  • 解决问题:为项目补充传递闭包计算功能,丰富图算法模块

相关 Issue

备注

代码已在本地通过测试用例验证,符合项目代码规范。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant