ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
The naive pattern searching algorithm is an in place algorithm.
Correct Answer: A — True
The auxiliary space complexity required by naive pattern searching algorithm is O(1). So it qualifies as an in place algorithm.