1 votes
1 answer
1
1 votes
0 answers
2
will A[i+1]=key; in the insertion sort be counted as a movement in best case?
0 votes
1 answer
3
can someone please tell when to interpret this symbol $\Leftrightarrow$ as logical equivalence and when as double implication?
0 votes
1 answer
4
Is it always the case that implication comes with universal quantifier and conjunction comes with existential quantifier?
0 votes
1 answer
5
how to calculate tag directory size in direct cache mapping...is it number of lines * tag bits??
9 votes
2 answers
6
Why space complexity of heapsort is O(1)....and why not O(logn)..because of space required by recursion calls which is equivalent to height of the tree...where am i getti...
2 votes
1 answer
7
What is effective access time, average access time, memory access time, effective instruction execution time. I'm confused in terminologies plz help.