-
FIFO is a acronym of:
a)
Fist in first orderb)
First in first outc)
First in first obtainedd)
First out First in -
What is the worst case time complexity of KMP algorithm for pattern searching (m = length of text, n = length of pattern)?
a)
O(n)b)
O(n*m)c)
O(m)d)
O(log n) -
Two main measures for the efficiency of an algorithm are
a)
Processor and memoryb)
Complexity and capacityc)
Time and spaced)
Data and space -
Which of the following case does not exist in complexity theory
a)
Best caseb)
Worst casec)
Average cased)
Null case
Answers
1 - b
2 - c
3 - c
4 - d