k-shortest-paths-cpp-version icon indicating copy to clipboard operation
k-shortest-paths-cpp-version copied to clipboard

The inner loop also use temp control variable "i"

Open wangdongxuking61 opened this issue 7 years ago • 0 comments

The inner loop and outer loop use the same temp control variable "i". The inner one should be changed to "j".

wangdongxuking61 avatar Aug 04 '17 07:08 wangdongxuking61