Sorting Algorithm
前言
在計算機科學中,排序演算法指的是==將一串資料依照特定排序方式進行排列==的演算法,常見的排列方式有數值順序與字典順序。而排序演算法的輸出必須遵守下列兩個原則:
輸出結果為遞增(或遞減,依照所需的排列方式)序列
輸出結果必須是原輸入的一種排列或是重組
排序演算法是一個簡單易懂的問題,同時也非常的重要,在許多的系統中,排序演算法往往佔了整體執行時間的絕大部分,特別在處理大量資料的排序時,選擇適合的排序演算法,將能夠大大的提升整體系統的執行效能。
Are you sure to leave this team?
Once you delete your team, all team notes will be deleted and cannot be recovered. Please ensure you've exported or transfered these notes.
Enter team name before deleting it:
or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up