Is heap sort stable?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Data Structures Interview Questions

Why is hashing used?

0 Answers  


Explain multiply linked list in short.

0 Answers  


Does linkedhashset allow duplicates?

0 Answers  


How efficient is bubble sort?

0 Answers  


In tree construction which is the suitable efficient data structure?

0 Answers  






Differentiate between hashmap and treemap.

0 Answers  


What is a reverse linked list.

0 Answers   Aspiring Minds,


What is a weighted graph?

0 Answers  


How do you separate zeros from non-zeros in an array?

0 Answers  


Can I provide array size dynamically?

0 Answers  


What is quick sort?

0 Answers  


For the following COBOL code, draw the Binary tree? 01 STUDENT_REC. 02 NAME. 03 FIRST_NAME PIC X(10). 03 LAST_NAME PIC X(10). 02 YEAR_OF_STUDY. 03 FIRST_SEM PIC XX. 03 SECOND_SEM PIC XX.

0 Answers  


Categories