Which sorting algorithm is the best?



Which sorting algorithm is the best?..

Answer / glibwaresoftsolutions

Bubble sort, fast sort, balloon sort, merge sort, radix sort, and more are examples of the various kinds of sorting algorithms.
Since each algorithm was created for a certain kind of data structure where it works best, none of them can be regarded as the best or fastest.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

What is wrong with this statement? Myname = 'robin';

0 Answers  


Write a program that accepts a string where multiple spaces are given in between the words. Print the string ignoring the multiple spaces. Example: Input: “ We Are Student “ Output: "We Are Student"

1 Answers  


program for comparing 2 strings without strcmp()

4 Answers  


how to find the kth smallest element in the given list of array elemnts.

8 Answers   Silicon,


write a program to swap two variables a=5 , b= 10 without using third variable

5 Answers  


What is dynamic variable in c?

0 Answers  


how to calculate the time complexity of a given algorithm? pls give exaples..mainly for the coplexities such as O(log n),O(n log n)...

1 Answers   Infosys,


How to print all the 26 alphabets in this order in C. AbCdEfGh..... it should print dynamically from a to z and do not print this using pgm like this print("Ab......"); Use loops or anything to print all alphabets

2 Answers   Hexaware,


please can any one suggest me best useful video tutorials on c i am science graduate.please help me.u can email me to sas29@in.com

0 Answers  


what is the use of c program?

4 Answers   Synergy, Web Synergies,


What are valid signatures for the Main function?

0 Answers  


if p is a string contained in a string?

0 Answers  


Categories