Which of the following sorts is quickest when sorting the
following set: 1 2 3 5 4




1) Quick Sort


2) Bubble Sort


3) Merge Sort

Answer Posted / k.kavitha

1) Quick sort

Is This Answer Correct ?    25 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

#define PRINT(int) printf("int = %d ",int) main() {< BR> intx,y,z; x=03;y=02;z=01; PRINT(x^x); z<<=3;PRINT(x); y>>=3;PRINT(y); }

720


What are Macros? What are its advantages and disadvantages?

649


Is null equal to 0 in sql?

655


Write a program to find factorial of a number using recursive function.

647


the number of measuring units from a arbitrary starting point in a record area or control block to some other point a) branching b) recording pointer c) none d) offset

640






what is stack , heap ,code segment,and data segment

2224


Why doesnt that code work?

602


What is a spanning Tree?

957


Simplify the program segment if X = B then C ← true else C ← false

2588


why we wont use '&' sing in aceesing the string using scanf

1784


Why do we write return 0 in c?

555


Should I learn c before c++?

619


Is it acceptable to declare/define a variable in a c header?

688


What is this pointer in c plus plus?

599


a character or group of characters that defines a register,or a part of storage a) memory b) byte c) address d) linear list

633