How does bogo sort work?



How does bogo sort work?..

Answer / Umang Jee

Bogo sort, also known as randomized quicksort, is a sorting algorithm where the pivot choice is random. It's not an efficient sorting algorithm and should be avoided in practice.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Data Structures Interview Questions

Does hashmap sort automatically?

1 Answers  


Which sorting is best for large data?

1 Answers  


What is the difference between a push and a pop?

1 Answers  


Which is faster hashmap or treemap?

1 Answers  


Which data structure is applied when dealing with a recursive function?

1 Answers  


Does treemap preserve order?

1 Answers  


Which one is the simplest sorting in data structure?

1 Answers  


Which is the parent class of linkedhashset class?

1 Answers  


What is difference between arraylist and linkedlist?

1 Answers  


Can map contain duplicate keys?

1 Answers  


Differentiate between push and pop?

1 Answers  


What are the different types of linked list?

1 Answers  


Categories