What are the types of sorting?



What are the types of sorting?..

Answer / Ankit Prasad

Sorting techniques can be categorized into several main types, such as Sorting Algorithms (like Bubble Sort, Quick Sort, Merge Sort, and Heap Sort), External Sorting, Online Algorithms, Comparison-based and Non-comparison-based sorting, In-place and Out-of-place sorting, Stable and Unstable sorting, Internal and External sorting.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Data Structures Interview Questions

When ArrayIndexOutOfBoundsException occurs?

1 Answers  


Is it legal to initialize list like this?

1 Answers  


Does arraylist maintain order?

1 Answers  


Define Data Structures?

1 Answers  


Is it possible to make an array volatile in java?

1 Answers  


How can a binary tree be represented using the rotation?

1 Answers  


What do you mean by Runtime Error

1 Answers  


What are the types of collision resolution strategies in open addressing?

1 Answers  


Why do we use binary search?

1 Answers  


Why do we use hashset?

1 Answers  


Which data structures are applied when dealing with a recursive function?

1 Answers  


Where is data structure used?

1 Answers  


Categories