1. Draw the graph G: 2. Apply Dijkstra’s Algorithm and find out the Shortest Path 3. Apply Bellman-Ford Algorithm and find out the Shortest Path

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question

In these days, drones and robots are being used commercially to deliver the packages to a
specific location. A departmental store needs to develop an application so that when the source
and destination is known, the robot/drone moves in the ordered direction by following the shortest path to keep delivering the package in a minimum amount of time. Initially store has
identified few areas and a directed weighted graph G is made of with different routes.
Here G = (V, E), where V is the set of locations as V = {H, A, B, C, D, E, F} and H is the source
node. E is the set of routes with weights (distances), shown in table with respective edges.
Edge HA HB AC CF BD DF HE BE EC FE
Weight 6 7 3 8 2 9 X 1 1 Y
HERE X=10 for EVEN roll# and X=5 for ODD roll# and Y= (roll# mod X) + 5
Hint: Suppose roll# is 2018-CS-312, since 312 is even, X=10 and Y= (312 mod 10) + 5 = (2) + 5
= 7
You will need to cover following tasks
1. Draw the graph G:
2. Apply Dijkstra’s Algorithm and find out the Shortest Path
3. Apply Bellman-Ford Algorithm and find out the Shortest Path
4. Compare the two algorithm on the basis of efficiency and time complexity
5. If it is supposed that value of Y is negative, what would be the impact of this on both
algorithm?

Expert Solution
steps

Step by step

Solved in 2 steps with 4 images

Blurred answer
Knowledge Booster
Introduction to Greedy algorithm
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education