cheran-senthil / PyRival

⚡ Competitive Programming Library
https://pyrival.readthedocs.io/
Apache License 2.0
1.15k stars 311 forks source link

wrong word in the dijkstra.py docstring #56

Closed Terryobeyes closed 3 years ago

Terryobeyes commented 3 years ago
def dijkstra(n, graph, start):
    """ Uses Dijkstra's algortihm to find the shortest path between in a graph. """
    ....

algortihm should be algorithm :)

bjorn-martinsson commented 3 years ago

"the shortest path between in a graph" There is more than one error in this sentence.

bjorn-martinsson commented 3 years ago

Fixed