项目作者: alex-vargas

项目描述 :
Project from UTEP's CS 6350 - Advance Algorithms class.
高级语言: JavaScript
项目地址: git://github.com/alex-vargas/finding-closest-pair-of-points.git


finding-closest-pair-of-points

Project from UTEP’s CS 6350 - Advance Algorithms class.

Part 1 implements a brute force algorithm.

Part 2 implements a divide-and-conquer algorithm from Cormen’s Introduction to Algorithms book.