k-shortest-paths-cpp-version
k-shortest-paths-cpp-version copied to clipboard
The inner loop also use temp control variable "i"
The inner loop and outer loop use the same temp control variable "i". The inner one should be changed to "j".