Skip to content

add graph_util#97

Merged
KowerKoint merged 18 commits intomainfrom
graph_util
Jan 17, 2024
Merged

add graph_util#97
KowerKoint merged 18 commits intomainfrom
graph_util

Conversation

@shogo314
Copy link
Copy Markdown
Member

@shogo314 shogo314 commented Nov 9, 2023

とりあえず二部グラフの彩色だけ

Comment on lines +3 to +6
/**
* @file graph.hpp
* @brief 木の汎用テンプレート
*/
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Doxygen コメントが graph_util.hpp のものではありません。

@@ -0,0 +1,27 @@
#define PROBLEM "https://atcoder.jp/contests/abc126/tasks/abc126_d"
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

スペシャルジャッジの問題をverifyする手段が今のところないので、固定入出力の問題にするか #define IGNOREをつけてください。

@shogo314
Copy link
Copy Markdown
Member Author

連結成分分解と連結グラフ判定を追加

@shogo314 shogo314 mentioned this pull request Jan 5, 2024
@KowerKoint KowerKoint merged commit d6ff9e2 into main Jan 17, 2024
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.

4 participants