McqMate
Q. |
The naive pattern searching algorithm is an in place algorithm. |
A. | true |
B. | false |
Answer» A. true | |
Explanation: the auxiliary space complexity required by naive pattern searching algorithm is o(1). so it qualifies as an in place algorithm. |
View all MCQs in
Design and Analysis of AlgorithmsNo comments yet