Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion book/book.tex
Original file line number Diff line number Diff line change
Expand Up @@ -2867,7 +2867,7 @@ \section{Exercises}

Of course, one option is to run Dijkstra's algorithm $n$ times,
once for each starting node. And for some applications, that's
probably good enough. But there are are more efficient alternatives.
probably good enough. But there are more efficient alternatives.

Find an algorithm for the all-pairs shortest path problem and
implement it. See
Expand Down