Considere o seguinte algoritmo e assinale a alternativa CORRETA.

Sort(V)

1 - para i←0 até |V|-2

2 - min←i

3 - para j←i+1 até |V|-1

4 - se V[j]
5 - min←j

6 - se V[i]≠V[min]

7 - trocar V[i] com V[min]

a.
Refere-se ao algoritmo Quick Sort.

b.
Refere-se ao algoritmo Insertion Sort.


c.
Refere-se ao algoritmo Selection Sort.


d.
Refere-se ao algoritmo Bubble Sort.

e.
Refere-se ao algoritmo Merge Sort.
Please enter comments
Please enter your name.
Please enter the correct email address.
You must agree before submitting.

Lista de comentários


More Questions From This User See All

Helpful Social

Copyright © 2025 ELIBRARY.TIPS - All rights reserved.