Is quicksort faster than merge sort?


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

Post New Answer

More Data Structures Interview Questions

What do you mean by hash table?

0 Answers  


How do signed and unsigned numbers affect memory?

0 Answers  


Explain in brief a linked list.

0 Answers  


Given M x N matrix with sorted elements row wise and column wise, find elements?

0 Answers   Expedia,


You are given a singly linked list. How would you find out if it contains a loop or not without using temporary space?

0 Answers   TCS,






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  


List the two important key points of depth first search?

0 Answers  


How do you find the size of an arraylist?

0 Answers  


Can treemap have null values?

0 Answers  


What do you mean by union-by-weight?

0 Answers  


What is data type and its types?

0 Answers  


Model a data structure for a DFA that takes an event as parameter and performs a desired action.

0 Answers   Adobe,


Categories