I have read this post Understanding Time complexity calculation for Dijkstra Algorithm to understand the complexity of Dijkstra algorithm. However, I can't see where the time to pick at each iteration the minimum value vertex (the one whose value will be fixed after this iteration) inside the heap is involved in the calculus... Could someone clearly explain me where it is involved ?
Thanks !