Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 146 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 146 Bytes

3D-closest-pair

Computes closest pair from text file of 3d point coordinates

data:

3
.03 7 3
23 5 2
.9 2.4 6

c++ main.cpp

./a.out data