Murray Fang
Results
2
comments of
Murray Fang
C++ ```cpp #include using namespace std; class Solution{ public: vector color; // 给结点染色 vector visited; // 保存访问过的结点 bool isBi = true; // 是否符合二分图 bool isBipartite(vector &graph){ visited.resize(graph.size()); color.resize(graph.size()); for (int...
东哥,网站能不能出一个功能,能够把左边的目录折叠。https://labuladong.github.io/algo/4/33/123/