Consider flight network having places of departure and destination. Flight network representplace name as a node and flight trajectories between palce names are the edges. ConsiderPakistan cities as a node and show the source and destination paths, show all the pathsseparately with their labels and include their code as well.Analyze this scenerio that tree or graph should implement here, justify and also implement thiswith appropiate data structure.Example:Network represents that there are three cities named Karachi, Islamabad and Lahore. Flightschedule from Karachi to Islamabad, Islamabad to Lahore and Lahore to Karchi. Places saveas class having departure time and day also.Note: You are not allowed to use any built-in Data Structure classes to implement above scenario
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here