Quiz Complete, well Done!
What is Merge Sort?
Which data structure is used in the implementation of merge sort?
What is the main idea behind Merge Sort algorithm?
What is the time complexity of Merge function in Merge Sort algorithm?
What is the main disadvantage of selection sort compared to merge sort?
What is the worst case time complexity of merge sort?
What is a disadvantage of Merge Sort?
Which of the following sorting algorithms is a divide and conquer algorithm like Merge Sort?
What is the space complexity of Merge Sort?
What is the main advantage of merge sort?
What is the best-case time complexity of Merge Sort?
What is the space complexity of Merge Sort algorithm?
Which sorting algorithm is faster for large datasets, bubble sort or merge sort?
In Merge Sort algorithm, what does 'divide' step do?
Which data structure is commonly used in Merge Sort?