140 likes | 591 Views
What is Shortest Paths?. Shortest Paths is a part of the graph algorithm. It is used to calculate the shortest way from the starting point to the destination by adding the weight of the edges together.. Shortest Path. There are 2 types of shortest path:Weight shortest pathUnweight shortest path: a
E N D
1. Shortest Path Algorithm By Weston Vu
CS 146
2. What is Shortest Paths? Shortest Paths is a part of the graph algorithm. It is used to calculate the shortest way from the starting point to the destination by adding the weight of the edges together.
3. Shortest Path There are 2 types of shortest path: Weight shortest path Unweight shortest path: assign all edges a weight of 1