1.

The searching phase in quick search algorithm has good practical behaviour.(a) true(b) falseI have been asked this question in quiz.Asked question is from String Matching in portion String Matching of Data Structures & Algorithms II

Answer»

The correct option is (a) true

To explain: During the searching PHASE, the comparison between pattern and text CHARACTERS can be done in any order. It has a quadratic worst CASE behaviour and good practical behaviour.



Discussion

No Comment Found

Related InterviewSolutions