00:01
So they want us to find an ordering of the task of this software project, given we have this hoss diagram for the project.
00:11
All right, so all we're going to do for this is apply the topological sort, where we start by selecting one of our minimal elements, then erase that from the tree.
00:24
Then after that, we look at our next set of minimal elements.
00:28
Choose one of those, and then just keep repeating that, until we've chose everything.
00:34
So let's go ahead and start.
00:38
So our only minimal element right now is determine the user's needs.
00:43
So we'll just go ahead and put user needs.
00:51
And then after this, let's go ahead and erase this.
00:56
So we have right functional requirements.
01:01
So we don't have any other choice for this.
01:09
So now after this, we have two minimal elements.
01:21
We can either develop the system requirements or we can set up the test site.
01:26
Well, the test site will only really be used for the beta test.
01:31
So at least i would think it would be better time spent to set up or develop the system requirements first.
01:37
I mean, it won't matter.
01:38
You can also do that.
01:39
There are multiple ways you can do these.
01:41
So i'm sure if you actually code, you probably can tell me better which one to go...