SneakyPeaky
Results
2
issues of
SneakyPeaky
I tried running the sample code from the main page but it did not move any polygons and moved all of them in separate bins. Can you advice? 
**Article:** [Finding a Negative Cycle in the Graph](https://cp-algorithms.com/graph/finding-negative-cycle-in-graph.html) **Problem:** Line >if(d[e.a] < INF) from the code sample is always executed (because array 'd' was never initialized with infinites), and can...