MAD101_-_SU_2024_-_FE_2281.webp
G

MAD101_-_SU_2024_-_FE_2281.webp

  • Media owner Gray892
  • Ngày thêm
Kizspy | Question: 14
(Choose 1 answer)
Given the Bubble sort algorithm (See picture)
If input = 3, 2, 4, 7, 1, 6, 5, find the order of the elements in the list after the second pass (i = 2).
A. 2, 3, 1, 4, 5, 6, 7
B. 2, 1, 3, 5, 4, 6, 7
C. 2, 3, 4, 1, 5, 6, 7
D. 2, 1, 4, 5, 3, 6, 7
procedure Bubblesort(a1,a2,...,an: integer)
for i = 1 to (n-1) do for j = 1 to (n-i) do if a; > a+1 then swap(aj, aj+1)

Thông tin

Category
MAD101
Thêm bởi
Gray892
Ngày thêm
Lượt xem
6,305
Lượt bình luận
12
Rating
0.00 star(s) 0 đánh giá

Share this media

Back
Bên trên Bottom