Định nghĩa Quicksort là gì?
Quicksort là Sắp xếp nhanh chóng. Đây là nghĩa tiếng Việt của thuật ngữ Quicksort - một thuật ngữ thuộc nhóm Technology Terms - Công nghệ thông tin.
Độ phổ biến(Factor rating): 5/10
Xem thêm: Thuật ngữ công nghệ A-Z
Giải thích ý nghĩa
Quicksort là một thuật toán sử dụng để nhanh chóng loại các mục trong một mảng không có vấn đề lớn như thế nào mảng là. Nó là khá khả năng mở rộng và hoạt động tương đối tốt cho các tập dữ liệu lớn và nhỏ, và rất dễ dàng để thực hiện với ít phức tạp thời gian. Nó làm điều này thông qua một phương pháp phân chia-và-chinh phục mà chia một mảng lớn thành hai nhỏ hơn và sau đó lặp đi lặp lại quá trình này cho tất cả các mảng tạo ra cho đến khi loại hoàn tất.
What is the Quicksort? - Definition
Understanding the Quicksort
Quicksort is an algorithm used to quickly sort items within an array no matter how big the array is. It is quite scalable and works relatively well for small and large data sets, and is easy to implement with little time complexity. It does this through a divide-and-conquer method that divides a single large array into two smaller ones and then repeats this process for all created arrays until the sort is complete.
Thuật ngữ liên quan
- Bubble Sort
- Algorithm
- Genetic Algorithm
- Encryption Algorithm
- Commit
- Access Modifiers
- Acyclic
- Appending Virus
- Armored Virus
- Binder
Source: Quicksort là gì? Technology Dictionary - Filegi - Techtopedia - Techterm