示例#1
0
文件: SSSP.php 项目: yfeng55/visualgo
 public function toGraphState()
 {
     return GraphTemplate::createState($this->graphTemplate, array("displayWeight" => true, "directed" => true));
 }
 protected function toGraphState($graphTemplate, $weighted, $directed)
 {
     return GraphTemplate::createState($graphTemplate, array("displayWeight" => $weighted, "directed" => $directed));
 }