A

Admin • 831.35K Points
Coach

Q. The naive pattern searching algorithm is an in place algorithm.

  • (A) true
  • (B) false
  • (C) ---
  • (D) ---

Explanation by: Admin
the auxiliary space complexity required by naive pattern searching algorithm is o(1). so it qualifies as an in place algorithm.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.