Operating System

Showing posts with label Sorting. Show all posts
Showing posts with label Sorting. Show all posts

Thursday, April 16, 2015

sorting technique in which if we put an element in the appropriate place in a sorted list it should yield a larger sorted order list.

Leave a Comment
sorting technique in which if we put an element in the appropriate place in a sorted list it should yield a larger sorted order list.
insertion
distribution
selection
extraction
Read More

If the number of records to be sorted is small, then ____ sorting can be efficient.

Leave a Comment
If the number of records to be sorted is small, then ____ sorting can be efficient.
Selection 
Merge
Heap
Bubble
Read More