subject

Problem 1. MST - Prim's and Kruskal's algorithms 1. Draw minimum spanning tree (MST) in BOLD BLUE using either Kruskal's or Prim's algorithm. Copy that blue edge I draw as many times as needed and twist it as necessary to put on top the edges which should be added to MST (alternatively, you can use WORD features if you know them, to change edge properties in-place).
2. How many edges are in MST? What is the length of MST? (total sum of weights of edges in MST)
3. What are the neighbors in the MST of the node aand the node f.
4. What are first six edges that Kruskal's algorithm adds to MST:
5. What are first six edges that Prim’s algorithm adds to MST:
6. By what minimum amount the weight of edge (a, g) should be decreased so that this edge will be added into MST? At least by Out of MST will go the edge:
7. By what minimum amount the weight of edge (a, d) should be increased to push this edge out of MST? At least byInside MST will go the edge:

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 19:20
Write a program that reads a file consisting of students’ test scores in the range 0–200. it should then determine the number of students having scores in each of the following ranges: 0–24, 25–49, 50–74, 75–99, 100–124, 125–149, 150–174, and 175–200. output the score ranges and the number of students. (run your program with the following input data: 76, 89, 150, 135, 200, 76, 12, 100, 150, 28, 178, 189, 167, 200, 175, 150, 87, 99, 129, 149, 176, 200, 87, 35, 157, 189.)
Answers: 3
question
Computers and Technology, 24.06.2019 07:00
Why do we mark tlc plates with pencil and not with pen
Answers: 2
question
Computers and Technology, 24.06.2019 18:30
Dereck works for long hours on his computer.  he frequently experiences physical strain by the end of the day because he does not follow an important rule of ergonomics with respect to the use of keyboards.  which of the following actions of dereck could lead to physical strain? a.  placing the keyboard exactly in front of him while typingb.  keeping hands and wrists straight while typingc.  using wrist pads throughout the dayd.  pounding at the keys on the keyboard while typinge.  resting his hands on the keyboard when he is not typing
Answers: 1
question
Computers and Technology, 25.06.2019 05:20
6. write a user-defined matlab function for the following math function: r() = 4cos(4sin ) the input to the function is  (in radians) and the output is r. write the function such that  can be a vector. a) use the function to calculate r(/6) and r(5/6). b) use the function to plot (polar plot) r() for 0 ≤  ≤ 2. hint: use “ polar” and/or for “polar plot in matlab." include the title “'r(\theta)=4cos(4sin(\theta))”
Answers: 1
You know the right answer?
Problem 1. MST - Prim's and Kruskal's algorithms 1. Draw minimum spanning tree (MST) in BOLD BLUE u...
Questions
question
Mathematics, 17.06.2020 18:57
Questions on the website: 13722363