Skip to content

Commit d5525e8

Browse files
authored
Update README.md
1 parent a713b29 commit d5525e8

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

HW1/README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,15 @@
22
> 先將list選出一個數為pivot,並把剩下的數和pivot比較大小,
33
比pivot小的放左邊,比pivot大的放右邊,
44
並在左數列和右數列中分別重複上述動作直到每個數列中只剩一個數。
5-
<img src="pic/quicksort_md1.jpg" width="500" height="500" border="10" />
5+
<img src="/pic/quicksort_md1.jpg" width="500" height="500" border="10" />
66

77
## 時間複雜度
8-
<img src="pic/quicksort_md2.jpg" width="400" height="300" border="10" />
8+
<img src="/pic/quicksort_md2.jpg" width="400" height="300" border="10" />
99

1010
## 歷程
1111
> 這是資料結構與演算法這堂課的第一次作業,
1212
實在完全無法跟上進度,無法確切了解要求,
1313
希望能慢慢改進並加快自己的步調。
14+
15+
### 參考資料
16+
[Quick Sort](http://www.notepad.yehyeh.net/Content/Algorithm/Sort/Quick/Quick.php)

0 commit comments

Comments
 (0)