Cấu trúc dữ liệu - Sắp xếp

Cấu trúc dữ liệu - Sắp xếp

1st Grade

19 Qs

quiz-placeholder

Similar activities

Quiz 3

Quiz 3

1st Grade

15 Qs

Ôn tập tuần đệm

Ôn tập tuần đệm

1st Grade

20 Qs

bài 3 tin

bài 3 tin

1st Grade

17 Qs

THỂ LOẠI TRUYỆN

THỂ LOẠI TRUYỆN

1st Grade

15 Qs

công nghệ

công nghệ

1st Grade

18 Qs

tai biến truyền máu

tai biến truyền máu

1st Grade

17 Qs

hoá đề 4

hoá đề 4

1st - 5th Grade

22 Qs

Quiz về Anh Hai

Quiz về Anh Hai

1st Grade

14 Qs

Cấu trúc dữ liệu - Sắp xếp

Cấu trúc dữ liệu - Sắp xếp

Assessment

Quiz

Others

1st Grade

Hard

Created by

cchr d_dorizx

FREE Resource

19 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Thuật toán sắp xếp là gì?

Thuật toán sắp xếp chỉ dùng cho số nguyên

Thuật toán sắp xếp là một phương pháp để sắp xếp các phần tử trong một tập hợp theo một thứ tự nhất định.

Thuật toán sắp xếp là một cách để ngẫu nhiên xếp các phần tử

Thuật toán sắp xếp không liên quan đến việc sắp xếp

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Insertion sort hoạt động như thế nào?

Insertion sort chỉ so sánh phần tử hiện tại với phần tử liền kề

Insertion sort hoạt động bằng cách đảo ngược mảng ban đầu

Insertion sort hoạt động bằng cách lặp qua mảng từ trái sang phải, so sánh mỗi phần tử với các phần tử bên trái của nó, và chèn nó vào vị trí đúng trong phần đã được sắp xếp của mảng.

Insertion sort không thay đổi vị trí của các phần tử trong mảng

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Selection sort hoạt động như thế nào?

Selection sort picks elements randomly from the array

Selection sort repeatedly selects the smallest element from the unsorted portion of the array and swaps it with the element at the beginning of the unsorted portion.

Selection sort always swaps adjacent elements

Selection sort starts from the middle of the array

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Merge sort hoạt động như thế nào?

Merge sort works by selecting the largest element in the array and moving it to the end.

Merge sort sorts the input array by repeatedly swapping adjacent elements.

Merge sort randomly shuffles the input array before sorting it.

Merge sort works by recursively dividing the input array into two halves, sorting each half, and then merging the sorted halves back together.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Quick sort hoạt động như thế nào?

Quick sort hoạt động bằng cách chọn một phần tử làm pivot, chia mảng thành 2 phần dựa vào pivot đó, và tiếp tục sắp xếp đệ quy trên 2 phần đó.

Quick sort sắp xếp ngẫu nhiên các phần tử trong mảng

Quick sort chia mảng thành 3 phần dựa vào pivot

Quick sort chỉ hoạt động trên mảng đã sắp xếp

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Thuật toán nào hiệu quả hơn giữa Insertion sort và Selection sort?

Merge sort

Selection sort

Bubble sort

Quick sort

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Thuật toán nào hiệu quả hơn giữa Merge sort và Quick sort?

Quick sort

Bubble sort

Selection sort

Insertion sort

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?