1 votes
1 answer
1
2 votes
0 answers
2
Please explain the logic behind this shortcut and when to be used?
0 votes
0 answers
3
How to take composition of a Relation? here used concept of function but when to go with the transitivity rule concept as mentioned below?Please clarify in general when t...
0 votes
1 answer
4
Please explained detialed execution of this code, I am not getting how int stored in char, like we can interchange using ASCII but still cant store right?
2 votes
1 answer
5
1 votes
1 answer
7
someone please post detailed solution pic for this procedure- I am getting bits 1 and 2 as errorneous.
1 votes
1 answer
8
someone please share detailed rules for this along with solution- would be of great help.and we usually dont take start and end state- arent they extra here? coz count co...
2 votes
2 answers
9
1 votes
1 answer
11
Please show the ideal way to deal with such comparisons as I am getting g>=f IN genral what logic shall be followed to analyse such complex comparions?
0 votes
0 answers
12
0 votes
1 answer
14
cant we write the recurrance relation for bar() as T(n) = 5T(n-1) + c,like cant we take both the recurrance call as combined as both have same parameter?and if not, then ...
1 votes
0 answers
17
0 votes
0 answers
18
What exactly is to be checked for test for 2PL?is a schedule being SERIALIZABLE sufficent to declare its allowed under 2PL?
5 votes
1 answer
20
someone please explain this:how does a+1 differs from &a+1 in above code?detailed explanation would be of great help as they incremented &a by 6 and NOT 1