SEARCH
🇬🇧
MEM
O
RY
.COM
4.37.48
Guest
Log In
Â
Homepage
0
0
0
0
0
Create Course
Courses
Last Played
Dashboard
Notifications
Classrooms
Folders
Exams
Custom Exams
Help
Leaderboard
Shop
Awards
Forum
Friends
Subjects
Dark mode
User ID: 999999
Version: 4.37.48
www.memory.co.uk
You are in browse mode. You must login to use
MEM
O
RY
  Log in to start
Index
 »Â
Computer science
 »Â
Algorithms
 »Â
Sorting Algorithms
level: Sorting Algorithms
Questions and Answers List
level questions: Sorting Algorithms
Question
Answer
Which sorting algorithm is used to check a list is in order?
Bubble sort
Which is the slowest sorting procedure among quick sort and shell sort?
Shell short
Which is the stable sorting method?
Straight insertion sort
A card game player arranges the cards as he picks them one by one is an example of _______
Insertion sort
The best sorting method to sort 20 randomly generated numbers is ______
Bubble sort
Which sorting algorithm focuses on two items rather than the whole list of items?
Bubble Sort
Which algorithm is inefficient to sort a very large number of list?
Bubble Sort
Which type of sorting algorithms does not have a worst-case running time of O(n2)?
Merge sort
Which type of sorting algorithms is having the worst time complexity of n log(n)?
Heap sort
Which type of sort compares adjacent elements in a list and switches where necessary?
Bubble sort