Courses
Tutorials
Practice
Contests
Data Structure
Java
Python
HTML
Interview Preparation
DSA
Practice Problems
C
C++
Java
Python
Data Science
Machine Learning
Courses
Linux
DevOps
SQL
Web Development
System Design
Aptitude
Projects
GfG Premium
Algorithms | InsertionSort | Question 2
Last Updated :
Discuss
Comments
Which is the correct order of the following algorithms with respect to their time Complexity in the best case ?
Merge sort > Quick sort >Insertion sort > selection sort
insertion sort < Quick sort < Merge sort < selection sort
Merge sort > selection sort > quick sort > insertion sort
Merge sort > Quick sort > selection sort > insertion sort
This question is part of this quiz :
Top MCQs on Sorting Algorithms with Answers,
Top MCQs on QuickSort Algorithm with Answers,
Top MCQs on SelectionSort Algorithm with Answers,
Top MCQs on InsertionSort Algorithm with Answers
Tags:
DSA Quiz
Share your thoughts in the comments
Add Your Comment
GeeksforGeeks