ShahjalalShohag / code-library

Templates, algorithms and data structures implemented and collected for programming contests.
MIT License
2.93k stars 776 forks source link

Bug fix on Minkowski sum and tangents_lines_from_circle #19

Closed st3inum closed 1 year ago

st3inum commented 1 year ago

bugfix 1: Minkowski sum, tested on this problem : https://vjudge.net/problem/USACO-1190 bugfix 2: d2 = d.norm() -> d2 = d.norm2() in tangents_lines_from_circle