“insertion sort” là gì? Nghĩa của từ insertion sort trong tiếng Việt. Từ điển Anh-Việt

Tìm

insertion sort

Lĩnh vực: toán & tin phân loại kiểu chèn sắp xếp kiểu chènTra câu | Đọc báo tiếng Anh

insertion sort

Microsoft Computer Dictionary

n. A list-sorting algorithm that starts with a list that contains one item and builds an ever-larger sorted list by inserting the items to be sorted one at a time into their correct positions on that list. Insertion sorts are inefficient when used with arrays, because of constant shuffling of items, but are ideally suited for sorting linked lists. See also linked list, sort algorithm. Compare bubble sort, quicksort.