Logo 
Search:

C Programming Answers

Ask Question   UnAnswered
Home » Forum » C Programming       RSS Feeds
  Question Asked By: Vyshnavi Sura   on Oct 30 In C Programming Category.

  
Question Answered By: Sanjay Dutta   on Oct 30

Mathematically ,the shortest distance between two points can be calculated using the distance formula:
sqrt {square (x2-x1)+ square(y2-y1)}, with points (x1,x2) & (y1,y2). This can be generalized and use .

Share: 

 
 
Didn't find what you were looking for? Find more on help me with finding shortest path Or get search suggestion and latest updates.


Tagged: