Can we use Dijkstra\'s algorithm with negative weights?
STOP! Before you think \"lol nub you can just endlessly hop between two points and get an in
Yes, you could do that with adding one step at the end i.e.
If v ∈ Q, Then Decrease-Key(Q, v, v.d) Else Insert(Q, v) and S = S \ {v}.