You're given a simple undirected graph G with N vertices and M edges. You have to assign, to each vertex i, a number C; such that 1 ≤ C; < N and Vi‡j, C; ‡ C₁. For any such assignment, we define D; to be the number of neighbours j of i such that C; < C₁. You want to minimise maxi{[1..N) Di - minic{1..N} Di. 3 Output the minimum possible value of this expression for a valid assignment as described above, and also print the corresponding assignment. Note: • The given graph need not be connected. • If there are multiple possible assignments, output anyone. • Since the input is large, prefer using fast input-output methods.

Operations Research : Applications and Algorithms
4th Edition
ISBN:9780534380588
Author:Wayne L. Winston
Publisher:Wayne L. Winston
Chapter18: Deterministic Dynamic Programming
Section18.4: Resource-allocation Problems
Problem 3P
icon
Related questions
Question
100%
Please Answer this in Python language:
You're given a simple undirected graph G with N vertices and M edges. You have to assign, to each
vertex i, a number C; such that 1 ≤ C; ≤ N and Vi‡j, C; ‡ Cj.
For any such assignment, we define D; to be the number of neighbours j of i such that C; < C₁.
You want to minimise maai[1..N) Di - mini[1..N) Di.
Output the minimum possible value of this expression for a valid assignment as described above,
and also print the corresponding assignment.
Note:
The given graph need not be connected.
• If there are multiple possible assignments, output anyone.
• Since the input is large, prefer using fast input-output methods.
Input
1
57
12
13
14
23
24
25
35
Output
2
43251
Q
Transcribed Image Text:Please Answer this in Python language: You're given a simple undirected graph G with N vertices and M edges. You have to assign, to each vertex i, a number C; such that 1 ≤ C; ≤ N and Vi‡j, C; ‡ Cj. For any such assignment, we define D; to be the number of neighbours j of i such that C; < C₁. You want to minimise maai[1..N) Di - mini[1..N) Di. Output the minimum possible value of this expression for a valid assignment as described above, and also print the corresponding assignment. Note: The given graph need not be connected. • If there are multiple possible assignments, output anyone. • Since the input is large, prefer using fast input-output methods. Input 1 57 12 13 14 23 24 25 35 Output 2 43251 Q
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 1 images

Blurred answer
Knowledge Booster
Sets
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
Operations Research : Applications and Algorithms
Operations Research : Applications and Algorithms
Computer Science
ISBN:
9780534380588
Author:
Wayne L. Winston
Publisher:
Brooks Cole