• Bookmarks

    Bookmarks

  • Concepts

    Concepts

  • Activity

    Activity

  • Courses

    Courses


Dijkstra's Algorithm is a graph search algorithm that finds the shortest path between nodes in a weighted graph, ensuring all edge weights are non-negative. It uses a priority queue to explore nodes with the smallest known distance, updating paths as shorter ones are discovered until the shortest path to the target node is identified.
History Empty State Icon

Log in to see lessons

3