Skip to content

Commit

Permalink
Update welzl.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
radicalparty authored Jul 25, 2024
1 parent 0c2125a commit eee48bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ps/Geometry/MEC/welzl.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
https://www.geeksforgeeks.org/minimum-enclosing-circle-using-welzls-algorithm/
//ref: https://www.geeksforgeeks.org/minimum-enclosing-circle-using-welzls-algorithm/
using ld = long double;
struct circle{
pt<ld> ct;
Expand Down

0 comments on commit eee48bf

Please sign in to comment.