
图
景行cmy
这个作者很懒,什么都没留下…
展开
-
leetcode 1192. Critical Connections in a Network
There aren servers numbered from0ton-1 connected byundirected server-to-server connections forming a network where connections[i] = [a, b]represents a connection between servers aand b. Any ser...原创 2019-09-26 14:35:31 · 818 阅读 · 0 评论 -
leetcode 1168. Optimize Water Distribution in a Village
There arenhouses in a village. We want to supply water for all the houses by building wells and laying pipes.For each housei, we can either build a well inside it directly with costwells[i], or ...原创 2019-10-11 10:21:45 · 519 阅读 · 0 评论 -
leetcode 210. Course Schedule II
There are a total ofncourses you have to take, labeled from0ton-1.Some courses may have prerequisites, for example to take course 0 you have to first take course 1, which is expressed as a pair...原创 2019-10-11 11:21:21 · 128 阅读 · 0 评论