项目作者: ThangMinhCao

项目描述 :
The implementation in C++ of the closest-pair doubling algorithm which finds the smallest distance between two points in a metric space in O(n log n) time without directly using the points' coordinates.
高级语言: C++
项目地址: git://github.com/ThangMinhCao/closest-pair-doubling.git
创建时间: 2020-06-02T19:25:23Z
项目社区:https://github.com/ThangMinhCao/closest-pair-doubling

开源协议:MIT License

下载