0
7.9kviews
Write abstract algorithm for greedy design method.
1 Answer
| written 9.4 years ago by |

Solution <- empty
a. for i<-1 to n do
End
b. End
Return solution
The three functions SELECT 0, FEASIBLE 0 , and UNION() do the detailed work of this abstract algorithm.