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

write a program whose output will be- 1 12 123 1234

10 Answers  


What does the && operator do in a program code?

0 Answers  


write a program to check whether a given integer is a strong number or not? [Hint: 145=1!+4!+5! =1+24+120 =145]

7 Answers  


What are the differences between new and malloc in C?

0 Answers   Amazon,


what is a function prototype?

5 Answers  


How can I ensure that integer arithmetic doesnt overflow?

0 Answers  


How can I read data from data files with particular formats?

0 Answers  


what is the program to display your name in any color?

2 Answers   HCL,


code for inverse a matrix

0 Answers  


What are operators in c?

0 Answers  


Write a program to interchange two variables without using the third variable?

17 Answers   Accenture, College School Exams Tests, Infotech,


what are the interview question's in the language c

2 Answers   Nipuna,


Categories