Need Help! IN CSES Graph Series in Shortest Route 2 problem it is accepting solution of floyd warshall algorithm while O(n*2logn) not (using dijkastra Priority queue).
#
I want to know , when It is benificial to use floyd warshall algorithm and when not ?