Skip to content
Snippets Groups Projects
Commit 4120d1c0 authored by Kevin Lin's avatar Kevin Lin
Browse files

_posts: Update mention of addOrChangePriority

parent dbabc868
No related branches found
No related tags found
No related merge requests found
Pipeline #528738 passed with stages
in 35 seconds
......@@ -82,7 +82,7 @@ G
3
Dijkstra’s runtime
Give the worst-case number of calls to add, removeMin, and changePriority.
Give the worst-case number of calls to removeMin and addOrChangePriority.
perimeter.add(start, 0.0);
while (!perimeter.isEmpty()) {
Vertex from = perimeter.removeMin();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment