We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b21fec commit 43a3bc6Copy full SHA for 43a3bc6
Nearest_point.cpp
@@ -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
+*/
5
#include<iostream>
6
#include<cmath>
7
using namespace std ;
0 commit comments