Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 246 Bytes

README.md

File metadata and controls

13 lines (12 loc) · 246 Bytes

a-star

required node.js with npm (download)

  • npm install
  • node index.js "filename.txt"

file structure (check test{i}.txt):

start node id
end node id
from to weight (edge1)
from to weight (edge2)
(...)