Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/arnauddri/algorithms
/ Point
Interface
Point
algorithms/maths/closest-pair/closest_pair.go:13–15 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
11
}
12
13
type
Point
interface
{
14
toString() string
15
}
16
17
func
makePoint(x float64, y float64) *point {
18
A := new(point)
Callers
nothing calls this directly
Implementers
2
point
algorithms/maths/closest-pair/closest_
pair
algorithms/maths/closest-pair/closest_
Calls
no outgoing calls
Tested by
no test coverage detected