286 views
0 votes
0 votes

how the formula came?

Please log in or register to answer this question.

Related questions

0 votes
0 votes
0 answers
1
gautamcse27 asked Oct 18, 2016
334 views
consider the following pseudo codemain(){int t1=0,t2=0,t3=0;t1=fork();t2=fork();if(t1!=0){ t3=fork();printf("0");}}The total number of processes that will be created by t...
0 votes
0 votes
0 answers
2
0 votes
0 votes
1 answer
3
0 votes
0 votes
1 answer
4
Gaurav Kadyan asked Aug 14, 2023
259 views
For merging two unsorted list of size m and n into sorted list of size m+n. The time complexity in terms of number of comparison for this is