Suggested Answer
A new shortest path algorithm called Modified Dijkstra's Shortest Path algorithm (MDSP) is proposed. In this algorithm multiple parameters were used to find . By analyzing the nodes and time complexity of the MDSP algorithm, the effectiveness of the algorithm is evaluated in terms of the shortest path.The modified Dijkstra algorithm is what.Instead of using a single parameter, this technique utilised numerous parameters to identify the legitimate shortest path. By analyzing the nodes and time complexity of the MDSP algorithm, the effectiveness of the algorithm is evaluated in terms of the shortest path.The Dijkstra algorithm is an iterative technique that shows us the shortest route between a given beginning node and every subsequent node in a graph. Since not all of the vertices of the graph may be involved in the shortest distance between two vertices, it differs from the minimal spanning tree.Dijsktra's approach partially takes advantage of the fact that the shortest path between nodes u and w that additionally includes point v also provides the shortest routes between u and v and v and w.To learn more about MDSP Algorithm refer to:https://brainly.com/question/24953880#SPJ4