Loading [MathJax]/jax/output/HTML-CSS/jax.js
hgeometry-0.12.0.0: Geometric Algorithms, Data structures, and Data types.
Copyright(C) Frank Staals
Licensesee the LICENSE file
MaintainerFrank Staals
Safe HaskellNone
LanguageHaskell2010

Algorithms.Geometry.EuclideanMST.EuclideanMST

Description

Deprecated: This module will be deleted after 2021-06-01. Use Algorithms.Geometry.EuclideanMST instead.

O(nlogn) time algorithm algorithm to compute the Euclidean minimum spanning tree of a set of n points in R2.

Documentation