recategorized by
1,695 views
3 votes
3 votes
While going through dijkstra's algorithm, there is a term "decrease key". I am not getting the meaning when it says "we do decrease key operation". What exactly we do and what is the meaning of decrease key ?
recategorized by

Please log in or register to answer this question.

Related questions

557
views
0 answers
0 votes
srestha asked Oct 30, 2018
557 views
Why Decrease Key operation we do only on edges and Extract Min operation do only on vertices? (I mean why Decrease key cannot operate on both edges and vertices?)
523
views
1 answers
0 votes
Akriti sood asked Dec 28, 2016
523 views
please explain these few point:how is longest path between any pair of vertices different from diameter of a agraph.?in dijkstra algorithm,each edge is relaxed eaxtly one time..is it true or false?
749
views
1 answers
0 votes
Balaji Jegan asked Jun 9, 2018
749 views
Which of the following statements related to graphs are True?Consider a graph with Positive distinct edges1.If we add a Positive Integer to all edges, then ... then there are chances to get more than one longest paths between 2 vertices
723
views
1 answers
2 votes
G Shaheena asked Apr 25, 2018
723 views
To get in shape, you have decided to start running to work. You want a route that goes entirely uphill and then entirely downhill so that you can ... give an efficient algorithm to find out shortest route that meets above specification??