Skip to content

Files

Latest commit

author
Shuo
Feb 16, 2022
ce6b544 · Feb 16, 2022

History

History

erect-the-fence-ii

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Feb 16, 2022

< Previous                  Next >

Related Topics

[Geometry] [Array] [Math]

Hints

Hint 1 First, we need to note that this is a classic problem given n points you need to find the minimum enclosing circle to bind them
Hint 2 Second, we need to apply a well known algorithm called welzls algorithm to help us find the minimum enclosing circle