Skip to content

Commit

Permalink
Chapter 09 section 03 bug fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
liuyubobobo committed Apr 15, 2020
1 parent ce842b2 commit 20ee257
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ class Dijkstra{
~Dijkstra(){
delete[] distTo;
delete[] marked;
delete from[0];
delete from[s];
}

// 返回从s点到w点的最短路径长度
Expand Down

0 comments on commit 20ee257

Please sign in to comment.