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. | ||||||||
|
||||||||
Showing posts with label Algorithms. Show all posts
Showing posts with label Algorithms. 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.
If the number of records to be sorted is small, then ____ sorting can be efficient.
If the number of records to be sorted is small, then ____ sorting can be efficient. | ||||||||
|
||||||||
In Binary Search , which will be the scenario for Average Case performance ?
In Binary Search , which will be the scenario for Average Case performance ? | ||||||||
|
||||||||
Binary Search divides the list of elements in what form
Binary Search divides the list of elements in what form | ||||||||
|
||||||||
In Binary Search,if the middle element (mid) is less than key element then key element has to present in range of ?
In Binary Search,if the middle element (mid) is less than key element then key element has to present in range of ? | ||||||||
|
||||||||
The difference between linear array and a record is
The difference between linear array and a record is | ||||||||
|
||||||||
Each __________ data in a row of a dataset is called a Record.
Each __________ data in a row of a dataset is called a Record. | ||||||||
|
||||||||
In Binary Search , which will be the scenario for Best Case performance ?
In Binary Search , which will be the scenario for Best Case performance ? | ||||||||
|
||||||||
Which one of them is a Generic Poiner?
Which one of them is a Generic Poiner? | ||||||||
|
||||||||
Which of the following shows the correct syntax for an if statement?
Which of the following shows the correct syntax for an if statement? | ||||||||
|
||||||||
Which of the following is the correct way of declaring a float pointer ?
Which of the following is the correct way of declaring a float pointer ? | ||||||||
|
||||||||
Which Loop will execute even when Condition is FALSE?
Which Loop will execute even when Condition is FALSE? | ||||||||
|
||||||||
In Binary Search , which will be the scenario for Worst Case performance ?
In Binary Search , which will be the scenario for Worst Case performance ? | ||||||||
|
||||||||
How many types of parameter passing technique are there in c??
How many types of parameter passing technique are there in c?? | ||||||||
|
||||||||
The memory address of the first element of an array is called
The memory address of the first element of an array is called | ||||||||
|
||||||||
The Worst case occur in linear search algorithm when
The Worst case occur in linear search algorithm when | ||||||||
|
||||||||
Tuesday, October 7, 2014
Which Sort is Efficient and fast?
Which Sort is Efficient and fast? | ||||||||
|
||||||||