Skip to content

Commit

Permalink
feat: revise README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fiteen committed Dec 27, 2019
1 parent a086f4b commit d9a66e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@
| [计数排序](CountingSort) | O(n+r)​ | O(n+r)​ | O(n+r)​ | O(n+r)​ | Out-place ||
| [基数排序](RadixSort) | O(d(n+r))​ | O(d(n+r)) | O(d(n+r)) | O(n+r)​ | Out-place ||

**名词解释**

**n**:待排序列的个数

**r**:“桶”的个数(上面的三种非比较类排序都是基于“桶”的思想实现的)
Expand Down

0 comments on commit d9a66e9

Please sign in to comment.