0 0 votes Which of the following algorithms solves the single-source shortest paths? Prim's algorithm Floys-Warshall algorithm Johnson's algorithm Dijkstra's algorithm Data Structures ugcnetcse-july2018-paper2 data-structures graph-algorithms + – Pooja Khatri 3.2k views answer comment Share Follow Print 0 reply Please log in or register to add a comment.
3 3 votes Option D. Prim's algorithm = Min Cost spanning tree Floys-Warshall algorithm = All pair shortest path Johnson's algorithm = All pair shortest path Dijkstra's algorithm = Single source shortest path Remember : Bellman - Ford = Single source shortest path yuviabhi answered Aug 29, 2018 yuviabhi comment Share Follow See 1 comment 1 1 comment reply Shilpa lahot commented Oct 12, 2019 reply Follow flag Thanks it helps 0 0 replyShare Please log in or register to add a comment.
0 0 votes Option (4) Dijkstra's Algorithm solves single source shortest paths. shahidhope answered Jul 14, 2018 shahidhope comment Share Follow 0 reply Please log in or register to add a comment.