MCPcopy
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
13type Point interface {
14 toString() string
15}
16
17func makePoint(x float64, y float64) *point {
18 A := new(point)

Callers

nothing calls this directly

Implementers 2

pointalgorithms/maths/closest-pair/closest_
pairalgorithms/maths/closest-pair/closest_

Calls

no outgoing calls

Tested by

no test coverage detected