algorithm icon indicating copy to clipboard operation
algorithm copied to clipboard

General purpose algorithms in PHP

Results 4 algorithm issues
Sort by recently updated
recently updated
newest added
trafficstars

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)) {...