Hopcroft-Karp算法

2021-02-10 01:16

阅读:679

标签:printf   push   ace   scan   pen   深度   memset   name   路径   

https://www.cnblogs.com/penseur/archive/2013/06/16/3138981.html

#include
 #include
 using namespace std;
 const int MAXN=500;// 最大点数
 const int INF=1Q;
    dis=INF;
    memset(dx,-1,sizeof(dx));
    memset(dy,-1,sizeof(dy));
    for(int i=1;idis) break;
       //取右侧节点
       for(int v=1;v

  

Hopcroft-Karp算法

标签:printf   push   ace   scan   pen   深度   memset   name   路径   

原文地址:https://www.cnblogs.com/cutemush/p/12746274.html


评论


亲,登录后才可以留言!