What is mo st appropriate data structure for storing fringe


Problem

TDPIC: Appropriate data structure for Dijkstra's algorithm

In Dijkstra's algorithm, the fringe consists of one entry for each candidate vertex v for which a path from start to v - not necessarily the shortest path - has been found. Every time a vertex is removed from the fringe, that vertex's shortest path has been found and it is ?nalized. The algorithm ends when the stop vertex is returned by next.

• What is the mo st appropriate data structure for storing the fringe and why?

Request for Solution File

Ask an Expert for Answer!!
Data Structure & Algorithms: What is mo st appropriate data structure for storing fringe
Reference No:- TGS03256144

Expected delivery within 24 Hours