396 views
0 votes
0 votes
A) What is difference between logic complexity and time complexity in adder?

B) How is logic complexity of carry look ahead adder   $O(n)$ and  time complexity $O(logn)$ ?

Please log in or register to answer this question.

Related questions

0 votes
0 votes
0 answers
2
0 votes
0 votes
1 answer
3
NeelParekh asked Jul 27, 2023
281 views
If an array is split in the form of increasing and decreasing order then what is TC to find minimum element in the array?
2 votes
2 votes
1 answer
4
h4kr asked Dec 30, 2022
475 views
What is the correct time complexity in $\theta()$ ?