delaunay/mst working

This commit is contained in:
2019-11-13 02:56:09 +03:00
parent f55549a048
commit d7b24d5abc
17 changed files with 589 additions and 40 deletions

6
engine/types/egde.go Normal file
View File

@@ -0,0 +1,6 @@
package types
type Edge struct {
From Coords
To Coords
}