1 votes
1 answer
3
The solution of an = 2an-1 + 1 where a0 = 1 is ? Please use the substitution method because I seem to have problem understanding it.
2 votes
0 answers
7
Consider the following sets L1 = {apbq | p +q >= 106 }L2 = {ambn | m - n >= 106}Which of the following is a Regular Language? Also how to find the compliment of the given...
1 votes
1 answer
9
Assuming n>2 A() { while(n>1) { n = n/2; } }