30/09/2018, 20:22

Cho e hỏi nguồn gốc của các thuật toán!

Cho e hỏi nguồn gốc của các thuật toán, nhất là thuật toán Quicksort. Em đang làm báo cáo về các thuật toán!

Lê Điền Phúc viết 22:35 ngày 30/09/2018

wiki dude !

en.wikipedia.org

Quicksort

Quicksort (sometimes called partition-exchange sort) is an efficient sorting algorithm, serving as a systematic method for placing the elements of an array in order. Developed by Tony Hoare in 1959 and published in 1961, it is still a commonly used algorithm for sorting. When implemented well, it can be about two or three times faster than its main competitors, merge sort and heapsort.[contradictory] Quicksort is a comparison sort, meaning that it can sort items of any type for which a "less-t...

Đoàn Anh Dũng viết 22:29 ngày 30/09/2018

Nguồn gốc của các thuật toán là do các giáo sư toán học nghĩ ra. Mấy ông này chỉ chuyên về thuật toán, suốt ngày ngồi nghĩ ra các thuật toán mới. Muốn biết thêm có thể lên quora.com mà hỏi.

Bài liên quan
0