4 votes
4 answers
91
Two main measures for the efficiency of an algorithm are:Processor and MemoryComplexity and CapacityTime and SpaceData and Space
68 votes
4 answers
92
113 votes
20 answers
95
168 votes
17 answers
96
49 votes
4 answers
97
89 votes
16 answers
98
60 votes
10 answers
101
How many perfect matching are there in a complete graph of $6$ vertices?$15$$24$$30$$60$
77 votes
8 answers
103
Suppose the round trip propagation delay for a $10\text{ Mbps}$ Ethernet having $48\text{-bit}$ jamming signal is $46.4\ \mu s$. The minimum frame size is:$94$$416$$464$$...
35 votes
6 answers
109
For merging two sorted lists of sizes $m$ and $n$ into a sorted list of size $m+n$, we require comparisons of$O(m)$$O(n)$$O(m+n)$$O(\log m + \log n)$
19 votes
8 answers
110