1.

Shell sort is also known as _____________(a) diminishing decrement sort(b) diminishing increment sort(c) partition exchange sort(d) diminishing insertion sortA very nice question close to me from dsa.

Answer»

Right OPTION is (b) DIMINISHING increment sort

Easiest explanation - Shell sort is also known as diminishing increment sort since each pass is defined by an increment H such that only the records which are h units APART will be sorted.



Discussion

No Comment Found

Related InterviewSolutions