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? ![2021-08-31_124245_2](https://user-images.githubusercontent.com/31012189/131480797-e947614e-d248-4b4c-a35b-fc424b03bd1d.png)

**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...