1.

Shell sort algorithm is the first algorithm to break the quadratic time barrier.(a) True(b) FalseThe question was posed to me during an online exam.This interesting question is from Shell sort in section Sorting of Data Structures & Algorithms II

Answer»

The correct OPTION is (a) True

The best explanation: Shell sort broke the quadratic time barrier as it WORKS by COMPARING elements that are DISTANT.



Discussion

No Comment Found

Related InterviewSolutions