Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/arnauddri/algorithms
/ point
Struct
point
algorithms/maths/closest-pair/closest_pair.go:8–11 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6
)
7
8
type
point
struct
{
9
x float64
10
y float64
11
}
12
13
type
Point
interface
{
14
toString() string
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected