Welcome to the CSC Q&A, on our server named in honor of Ada Lovelace. Write great code! Get help and give help!
It is our choices... that show what we truly are, far more than our abilities.

Categories

+15 votes

Is there any algorithm better than the Dijkstra algorithm?

asked in CSC335 Fall 2022 by (1 point)

4 Answers

+6 votes

Bellman-Ford algorithm but this can consume more time

answered by (1 point)
+6 votes

i'm thinking of Kruskal's algorithm

answered by (1 point)
+4 votes

Bellman-ford hands down

answered by (1 point)
+3 votes

I found Djikstra really interesting but the bellman ford is a better algorithm

answered by (1 point)
...