Jaehyun Koo
Jaehyun Koo
> Is $|c_i| \le 10\,000$ necessary? It could be significant for scaling, maybe. I don't want to take risks if I don't have to. For the limit, I think it's...
If anyone is interested, please mail me to [my github id] gmail. I will add you to the slack workspace.
@maspypy I finished the preparation in Polygon. Final limitations are $2 \le N \le 20\,000, 1 \le M \le 20\,000, |c_i| \le 10\,000$. I implemented two solution: Bellman-Ford $O(nm)$, and...