azl397985856/leetcode

1168. optimize water distribution in a village python解法超出时间限制

Open

#219 opened on Oct 30, 2019

View on GitHub
 (10 comments) (0 reactions) (0 assignees)JavaScript (9,440 forks)batch import
bughelp wanted

Repository metrics

Stars
 (55,777 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

虽然用Kruskal算法没有错,但实际在leetcode跑test case会超时。

Contributor guide