• 博客园logo
  • 会员
  • 周边
  • 新闻
  • 博问
  • 闪存
  • 众包
  • 赞助商
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
Codjjj
博客园 | 首页 | 新随笔 | 新文章 | 联系 | 订阅 订阅 | 管理
上一页 1 2 3 4 5

2021年8月30日

Floyd求无向图的最小环问题
摘要: acw344 Floyd求无向图的最小环问题 #include<bits/stdc++.h> using namespace std; const int N = 110,M=10010,INF=0x3f3f3f3f; int maxk[N][N]; int n, m; int g[N][N]; i 阅读全文
posted @ 2021-08-30 16:04 _Codjjj 阅读(38) 评论(0) 推荐(0)
 
 

2021年8月20日

dijsktra次短路计数问题
摘要: Link 次短距离一定只能由次短距离更新 代码: #include <iostream> #include <cstring> #include <algorithm> #include <queue> #include<vector> using namespace std; const int 阅读全文
posted @ 2021-08-20 21:23 _Codjjj 阅读(160) 评论(0) 推荐(0)
 
 

2021年6月8日

ST树的创建
摘要: #include<bits/stdc++.h> using namespace std; const int N = 10010; const int M = 13; int n; int a[N]; int f[N][M]; void ST_create() { for (int i = 1; i 阅读全文
posted @ 2021-06-08 19:51 _Codjjj 阅读(89) 评论(0) 推荐(0)
 
 
上一页 1 2 3 4 5

公告


博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3