文件名称:algorith4
介绍说明--下载内容均来自于网络,请自行研究使用
用分治法解决最近点对问题,就是将一个问题分解两个子问题,然后递归处理子问题,然后合并求出最短距离-Solve the problem closest point using divide and conquer method is to decompose a problem of two sub-problems, and then recursively processing sub-problems, and then find the shortest distance merge
(系统自动生成,下载前可以参看下载内容)
下载文件列表
algorith4.cpp