6 answers
7
A process executes the following segment of code :for(i = 1; i <= n; i++) fork ();The number of new processes created is$n$$((n(n + 1))/2)$$2^n - 1$$3^n - 1$
10 answers
9
How many perfect matching are there in a complete graph of $6$ vertices?$15$$24$$30$$60$