Recent activity by janakyMurthy

4 answers
10
A process executes the codefork(); fork(); fork();The total number of child processes created is$3$$4$$7$$8$
1 answer
13
2 answers
16
1 answer
17
how many times middle loops execute for bound =1,2,......n.
2 answers
19
What is Union Find algorithm? Which type of algo we can search with Union Find algo?