瀏覽代碼

I missed a word :(

Lily Carpenter 12 年之前
父節點
當前提交
caaf62798e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -16,4 +16,4 @@ Take a variable number of unsigned integers [in a binary stream] from STDIN and
16 16
 
17 17
 Solution
18 18
 --------
19
-Firstly, we pull arrays of numbers using fread until we have all of them, putting them in our grand numbers array while we go. After this, we call an in-place recursive version quicksort to sort the numbers, then output them to STDOUT.
19
+Firstly, we pull arrays of numbers using fread until we have all of them, putting them in our grand numbers array while we go. After this, we call an in-place recursive version of quicksort to sort the numbers, then output them to STDOUT.