00:01
This problem asks us to draw, first draw a complete binary tree with 15 vertices that represents a tree connected network of 15 processors.
00:11
So what we know is that our, we have 15 vertices and it's a binary, which means our m is going to be two.
00:19
So we need to know how many leaves we're going to have at the bottom just to verify.
00:23
It says full, but we want to verify.
00:31
So i'm going to use the formula l equals and then m minus one times m, n plus 1 over m.
00:38
So we know that m is going to be 2 minus 1 times the 15 vertices over 2.
00:53
So this is going to be 2 minus 1 is 1.
00:57
So 15 plus 1 over 2, which is going to be 16 over 2, which is 8.
01:03
So let's just know the last level we're going to have 8.
01:09
Okay, so let's go ahead and do processor 1.
01:13
And since it's binary, it can only have two processors attached to it.
01:17
So p2 and p3.
01:19
P2 can only have two, so p4 and p5.
01:25
P3 will have p6 and p7 attached to it.
01:30
So right now we're at seven vertices.
01:35
And so p8, p9, p10, p11, p12, p13, and then p14, and p14, and p15...