自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(3)
  • 收藏
  • 关注

原创 Island Transport

Island TransportIn the vast waters far far away, there are many islands. People are living on the islands, and all the transport among the islands relies on the ships.   You have a transportation c...

2018-11-19 20:38:54 275

原创 Power Network

A power network consists of nodes (power stations, consumers and dispatchers) connected by power transport lines. A node u may be supplied with an amount s(u) >= 0 of power, may produce an amount 0...

2018-11-16 21:26:08 293

原创 对邻接表之菜鸟见解

邻接表比邻接矩阵快,占空间小,但是却没有邻接矩阵好理解,看完一个版本懵逼一个版本,这是最近刷网络流时又重新学了一遍,才知道自己是真的菜,这么简单的东西还搞了这么半天,哎。int next[maxn],cnt=0;struct node{ int u, v, w, next;} edge[maxn];void add_edge(int u, int v, int w)///三...

2018-11-14 21:00:03 172

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除