What is Best sorting algorithm for java? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What is Best sorting algorithm for java?

Good day everyone. I just started learn Java and faced with different sorting algorithms, from my research I found many sorting algorithms with their advantages and disadvantages. But I would like to ask you which the most frequently algorithm you use on your job as junior or senior. Tha k you for your questions

20th Nov 2020, 1:40 AM
Andrew Yakovlev
Andrew Yakovlev - avatar
1 Answer
+ 2
The most basic and simple, but non efficient sort is Bubble sort.. The best one is quicksort, it is hard
20th Nov 2020, 3:55 AM
Steve Sajeev
Steve Sajeev - avatar