Skip to content

Latest commit

 

History

History

PHW06

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Finding Shortest Spanning Tree using the Dijkstra's Algorithm

Runs on Visual Studio.

Should include corresponding object code located in obj folder.

  • SPT_test_D.obj : Debug mode compiled object file (x86, VS17 or VS19)
  • SPT_test_R17.obj : Release mode compiled object file (x86, VS17 only)
  • SPT_test_R19.obj : Release mode compiled object file (x86, VS19 only)

the object code includes Tree_Check(), SPT_test() sunction in s191559H06.cpp.