There are n urban areas and m bidirectional streets in the country. The streets in the nation structure an undirected weighted chart. The diagram isn't destined to be associated. Every street has it's own boundary w. You can go through the streets, however the public authority made another law: you can just go through two streets all at once (go from city a to city b and afterward from city b to city c) and you should pay (wab+wbc)2 cash to go through those streets. See if it

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

Correct answer will be upvoted else downvoted. Computer science.

 

 There are n urban areas and m bidirectional streets in the country. The streets in the nation structure an undirected weighted chart. The diagram isn't destined to be associated. Every street has it's own boundary w. You can go through the streets, however the public authority made another law: you can just go through two streets all at once (go from city a to city b and afterward from city b to city c) and you should pay (wab+wbc)2 cash to go through those streets. See if it is feasible to go from city 1 to each and every other city t and what's the base measure of cash you really want to get from 1 to t. 

 

Input 

 

First line contains two integers n, m (2≤n≤105, 1≤m≤min(n⋅(n−1)2,2⋅105)). 

 

Next m lines each contain three integers vi, ui, wi (1≤vi,ui≤n, 1≤wi≤50, ui≠vi). It's dependable that there are no numerous edges, for example for any edge (ui,vi) there could be no different edges (ui,vi) or (vi,ui). 

 

Output 

 

For each city t print one integer. In case there is no right way among 1 and t output −1. In any case print out the base measure of cash expected to venture out from 1 to t.

 

 

Expert Solution
steps

Step by step

Solved in 3 steps with 1 images

Blurred answer
Knowledge Booster
Probability Problems
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
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