We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a713b29 commit d5525e8Copy full SHA for d5525e8
HW1/README.md
@@ -2,12 +2,15 @@
2
> 先將list選出一個數為pivot,並把剩下的數和pivot比較大小,
3
比pivot小的放左邊,比pivot大的放右邊,
4
並在左數列和右數列中分別重複上述動作直到每個數列中只剩一個數。
5
-<img src="pic/quicksort_md1.jpg" width="500" height="500" border="10" />
+<img src="/pic/quicksort_md1.jpg" width="500" height="500" border="10" />
6
7
## 時間複雜度
8
-<img src="pic/quicksort_md2.jpg" width="400" height="300" border="10" />
+<img src="/pic/quicksort_md2.jpg" width="400" height="300" border="10" />
9
10
## 歷程
11
> 這是資料結構與演算法這堂課的第一次作業,
12
實在完全無法跟上進度,無法確切了解要求,
13
希望能慢慢改進並加快自己的步調。
14
+
15
+### 參考資料
16
+[Quick Sort](http://www.notepad.yehyeh.net/Content/Algorithm/Sort/Quick/Quick.php)
0 commit comments