algorithm
algorithm copied to clipboard
General purpose algorithms in PHP
Hello, thank you for sharing these resources. I don't know how to run this project on the console. I tried it by console with "php filename" but I haven't gotten...
Like this. https://github.com/albertorestifo/node-dijkstra#graphpathstart-goal--options
I found a minor performance bug in Dijkstra.php which can increase execution time but DOES NOT affect correctness. The issue occurs in the loop on lines 126-128: while (!empty($this->queue)) {...