一区二区久久-一区二区三区www-一区二区三区久久-一区二区三区久久精品-麻豆国产一区二区在线观看-麻豆国产视频

PHP實(shí)現(xiàn)克魯斯卡爾算法實(shí)例解析

本文實(shí)例展示了php實(shí)現(xiàn)的格魯斯卡爾算法(kruscal)的實(shí)現(xiàn)方法,分享給大家供大家參考。相信對(duì)于大家的php程序設(shè)計(jì)有一定的借鑒價(jià)值。

具體代碼如下:

<?phprequire 'edge.php';$a = array(  'a',  'b',  'c',  'd',  'e',  'f',  'g',  'h',  'i');$b = array(  'ab' => '10',  'af' => '11',  'gb' => '16',  'fg' => '17',  'bc' => '18',  'bi' => '12',  'ci' => '8',  'cd' => '22',  'di' => '21',  'dg' => '24',  'gh' => '19',  'dh' => '16',  'de' => '20',  'eh' => '7',  'fe' => '26');$test = new Edge($a, $b);print_r($test->kruscal());?>

edge.php文件代碼如下:

<?php//邊集數(shù)組的邊類class EdgeArc {  private $begin; //起始點(diǎn)  private $end; //結(jié)束點(diǎn)  private $weight; //權(quán)值  public function EdgeArc($begin, $end, $weight) {    $this->begin = $begin;    $this->end = $end;    $this->weight = $weight;  }  public function getBegin() {    return $this->begin;  }  public function getEnd() {    return $this->end;  }  public function getWeight() {    return $this->weight;  }}class Edge {  //邊集數(shù)組實(shí)現(xiàn)圖  private $vexs; //頂點(diǎn)集合  private $arc; //邊集合  private $arcData; //要構(gòu)建圖的邊信息  private $krus; //kruscal算法時(shí)存放森林信息  public function Edge($vexsData, $arcData) {    $this->vexs = $vexsData;    $this->arcData = $arcData;    $this->createArc();  }  //創(chuàng)建邊  private function createArc() {    foreach ($this->arcData as $key => $value) {      $key = str_split($key);      $this->arc[] = new EdgeArc($key[0], $key[1], $value);    }  }  //對(duì)邊數(shù)組按權(quán)值排序  public function sortArc() {    $this->quicklySort(0, count($this->arc) - 1, $this->arc);    return $this->arc;  }  //采用快排  private function quicklySort($begin, $end, &$item) {    if ($begin < 0($begin >= $end)) return;    $key = $this->excuteSort($begin, $end, $item);    $this->quicklySort(0, $key - 1, $item);    $this->quicklySort($key + 1, $end, $item);  }  private function excuteSort($begin, $end, &$item) {    $key = $item[$begin];    $left = array();    $right = array();    for ($i = ($begin + 1); $i <= $end; $i++) {      if ($item[$i]->getWeight() <= $key->getWeight()) {        $left[] = $item[$i];      } else {        $right[] = $item[$i];      }    }    $return = $this->unio($left, $right, $key);    $k = 0;    for ($i = $begin; $i <= $end; $i++) {      $item[$i] = $return[$k];      $k++;    }    return $begin + count($left);  }  private function unio($left, $right, $key) {    return array_merge($left, array(      $key    ) , $right);  }  //kruscal算法  public function kruscal() {    $this->krus = array();    $this->sortArc();    foreach ($this->vexs as $value) {      $this->krus[$value] = "0";    }    foreach ($this->arc as $key => $value) {      $begin = $this->findRoot($value->getBegin());      $end = $this->findRoot($value->getEnd());      if ($begin != $end) {        $this->krus[$begin] = $end;        echo $value->getBegin() . "-" . $value->getEnd() . ":" . $value->getWeight() . "/n";      }    }  }  //查找子樹(shù)的尾結(jié)點(diǎn)  private function findRoot($node) {    while ($this->krus[$node] != "0") {      $node = $this->krus[$node];    }    return $node;  }}?> 

感興趣的讀者可以調(diào)試運(yùn)行一下本文克魯斯卡爾算法實(shí)例,相信會(huì)有新的收獲。

php技術(shù)PHP實(shí)現(xiàn)克魯斯卡爾算法實(shí)例解析,轉(zhuǎn)載需保留來(lái)源!

鄭重聲明:本文版權(quán)歸原作者所有,轉(zhuǎn)載文章僅為傳播更多信息之目的,如作者信息標(biāo)記有誤,請(qǐng)第一時(shí)間聯(lián)系我們修改或刪除,多謝。

主站蜘蛛池模板: 国产精品99久久 | 精品国产91久久久久久久 | 精品国内自产拍在线视频 | 久久影院中文字幕 | 韩国一大片a毛片 | 亚洲图片另类图片 | 免费在线观看一区二区 | 国产岛国 | 视频区小说区 | 国产99网站 | 国产激爽大片在线播放 | 真人一级毛片国产 | 国产精品一区二区三 | 国产91高清 | 成人免费观看www视频 | 黄 在线| 亚洲a影院 | 午夜视频在线观看国产www | 国产精品日韩欧美一区二区三区 | 精品欧美一区二区三区四区 | 国产一二三四2022精字窝 | 精品麻豆视频 | 99久久国产综合精品网成人影院 | 国产精品19禁在线观看2021 | 日本一区二区三区精品国产 | 精品欧美日韩一区二区三区 | 日本一区二区三区免费高清在线 | 日韩视频 中文字幕 | 国产在线观看黄色 | 精品在线视频一区 | 精品一区二区三区四区乱码 | 婷婷综合另类小说色区 | 九九久久亚洲综合久久久 | 黄网站色成年片大免费软件 | 哟哟色 | 福利在线观看 | 中文字幕精品视频在线 | 亚洲成a人片8888kkkk | 韩国日本一区 | 91丝袜美腿高跟国产极品老师 | 亚洲六区 |