0 votes
1
Which of the following is the best English translation for All humans eat alligatorAlligator eats only humanEvery Alligator Eats HumanOnly Alligator eats Human
0 votes
2
0 votes
5
0 votes
7
Single source shortest path problems can be implemented by greedy algorithms usingA. Singly linked listB. Min heapC. AVL treeD. All of the above
2 votes
8
for(i=0;i<n;i++) for(j=0;j<i;j++) for(k=0;k<j;k++) what is the time complexity of above psudo code?explain.
1 votes
11
Let (g,*) be a group of order p where p is a prime number then number of proper subgroup is?
0 votes
13
0 votes
14
0 votes
15
Can I give any grammer for the language L = { anbncn / n>=1} Like this
0 votes
16
The minimal finite automata accepting the set of all strings over 0,1 starting with 1 that interpreted as a binary representation of an integer are congruent to 0 modulo ...
0 votes
17
Can anyone please explain method to solve such example which contains equivalence classes.