adplus-dvertising
frame-decoration

Question

In bubble sort, the first step is swapping two of the element in the code array is to

a.

Assign code [x] to temp

b.

Assign code[x+2] to temp

c.

Assign temp to code [x]

d.

Assign code [x] to code [x+1]

Answer: (a).Assign code [x] to temp

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. In bubble sort, the first step is swapping two of the element in the code array is to

Similar Questions

Discover Related MCQs

Q. An adjacency matrix representation of graph cannot contain information of

Q. Stacks can be used to

Q. Queue can be useful to implement

Q. Which of the following technique is used in the quick sort algorithm?

Q. A 3- array tree in which every internal node has exactly 3 children, the number leaf nodes such a tree with 6 internal nodes will be

Q. Which data structure may give overflow error, even though the current number of elements in it is less than its size?

Q. Number of possible ordered trees with 3 nodes x, y, z is

Q. The best sorting methods if number of swapping done, is the only measure of efficiency is

Q. The sorting method which sorts a set of elements that is already in order or in reverse order with equal speed is

Q. The expression which access the (ij)th entry of a m x n matrix stored in column major form is

Q. Number of possible trees with 3 nodes is

Q. Binary expression tree is traversed in ...........traversal.

Q. The value for which we are searching is called the

Q. A ................. search begins the search with the element that is located in the middle of the array.

Q. Recursion in merge sort performs

Q. The address field of linked list

Q. A circular list can be used to represent

Q. A list node representing an arc of a graph requires how many fields?

Q. Traversing a binary tree first root and then left and right sub trees is called...............traversal.

Q. A header node to represent a graph node requires how many fields?