Skip to content

Commit 43a3bc6

Browse files
authored
Update Nearest_point.cpp
1 parent 2b21fec commit 43a3bc6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Nearest_point.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/* TITLE : To find the nearest point of the central point given.
2+
Description : User need to provide the positions of points A , B and C and also of the central point.
3+
It will indicate the shortest path can be followed by the central point among the given other three points.
4+
*/
15
#include<iostream>
26
#include<cmath>
37
using namespace std ;

0 commit comments

Comments
 (0)