Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 358 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 358 Bytes

ace_prog1

Program to choose optimal route among the given ones

How to Use

  • Host the files on a php server & open index.php
  • Fill in the coordinates in form (a,b),(c,d),(e,f),(g,h) which are (x,y) coordinates on a 2D plane
  • Server will calculate the shortest route among the input

Live Example

Here