Sorting Problems
About 1 min
Các bài toán về sắp xếp
Bài toán Sắp xếp nổi bọt
Số hiệu | Tiêu đề | Giải pháp | Nhãn | Độ khó |
---|---|---|---|---|
0283 | Move Zeroes | [[LeetCode 0283]] | Array, Two Pointers | Dễ |
Bài toán Sắp xếp chọn
Số hiệu | Tiêu đề | Giải pháp | Nhãn | Độ khó |
---|---|---|---|---|
0215 | Phần tử lớn thứ K trong mảng | [[LeetCode 0215]] | Array, Divide and Conquer, Quick Select, Sort, Heap (Priority Queue) | Trung bình |
Bài toán Sắp xếp chèn
Số hiệu | Tiêu đề | Giải pháp | Nhãn | Độ khó |
---|---|---|---|---|
0075 | 75. Sort Colors | [[LeetCode 0075]] | Array, Two Pointers, Sort | Trung bình |
Bài toán Sắp xếp Shell
Số hiệu | Tiêu đề | Giải pháp | Nhãn | Độ khó |
---|---|---|---|---|
0912 | Sort an Array | [[LeetCode 0912]] | Array, Divide and Conquer, Bucket Sort, Counting Sort, Radix Sort, Sort, Heap (Priority Queue), Merge Sort | Trung bình |
0506 | Relative Ranks | [[LeetCode 0506]] | Array, Sort, Heap (Priority Queue) | Dễ |
Bài toán Sắp xếp trộn
Số hiệu | Tiêu đề | Giải pháp | Nhãn | Độ khó |
---|---|---|---|---|
0912 | Sort An Array | [[LeetCode 0912]] | Array, Divide and Conquer, Bucket Sort, Counting Sort, Radix Sort, Sort, Heap (Priority Queue), Merge Sort | Trung bình |
0088 | Merge Sorted Array | [[LeetCode 0088]] | Array, Two Pointers, Sort | Dễ |
Bài toán Sắp xếp nhanh
Số hiệu | Tiêu đề | Giải pháp | Nhãn | Độ khó |
---|---|---|---|---|
0912 | Sort An Array | [[LeetCode 0912]] | Array, Divide and Conquer, Bucket Sort, Counting Sort, Radix Sort, Sort, Heap (Priority Queue), Merge Sort | Trung bình |
0169 | Majority Element | [[LeetCode 0169]] | Array, Hash Table, Divide and Conquer, Counting, Sort | Dễ |