Buscar
🇪🇸
MEM
O
RY
.COM
4.37.48
Invitado
Iniciar sesión
Página de inicio
0
0
0
0
0
Crear curso
Cursos
Último juego
Panel
Notificaciones
Clases
Carpetas
Exámenes
Exámenes personalizados
Ayuda
Marcador
Tienda
Premios
Amigos
Asignaturas
Modo oscuro
Identificador de usuario: 999999
Versión: 4.37.48
www.memory.es
Estás en modo de exploración. debe iniciar sesión para usar
MEM
O
RY
Inicia sesión para empezar
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