File tree 1 file changed +5
-11
lines changed
1 file changed +5
-11
lines changed Original file line number Diff line number Diff line change @@ -21,16 +21,10 @@ QuickSort์์ pivot์ ์ค์ ํ๋ ๋ฐฉ๋ฒ์ ๋ค์๊ณผ ๊ฐ์ 3๊ฐ์ง๊ฐ ์
21
21
3๊ฐ์ง ๋ฐฉ๋ฒ ๊ฐ๊ฐ์ ๋ํ์ฌ ` QuickSort ` , ` QuickSort2 ` , ` QuickSort3 ` class๋ก ๊ตฌํํด๋ณด์๋ค.
22
22
๊ทธ๋ฆฌ๊ณ Comparison, Exchange ์ฐ์ฐ ํ์์ ์คํ ์๊ฐ์ ๋น๊ตํด ๋ณธ ๊ฒฐ๊ณผ ๋ค์๊ณผ ๊ฐ์ ๊ทธ๋ํ๋ฅผ ๋์ถํ ์ ์์๋ค.
23
23
24
- Comparison
25
-
26
- ![ image] ( https://user-images.githubusercontent.com/22045163/95844387-d5932800-0d83-11eb-9f90-cbe70f2f6e31.png )
27
-
28
- Exchange
29
-
30
- ![ image] ( https://user-images.githubusercontent.com/22045163/95844415-dcba3600-0d83-11eb-8372-04c6078a8b8e.png )
31
-
32
- Time
33
-
34
- ![ image] ( https://user-images.githubusercontent.com/22045163/95844441-e348ad80-0d83-11eb-92b7-3f3391413918.png )
24
+ <p float =" left " >
25
+ <img src =" https://user-images.githubusercontent.com/22045163/95844387-d5932800-0d83-11eb-9f90-cbe70f2f6e31.png " alt =" comparison " width =" 33% " />
26
+ <img src =" https://user-images.githubusercontent.com/22045163/95844415-dcba3600-0d83-11eb-8372-04c6078a8b8e.png " alt =" exchange " width =" 33% " />
27
+ <img src =" https://user-images.githubusercontent.com/22045163/95844441-e348ad80-0d83-11eb-92b7-3f3391413918.png " alt =" time " width =" 33% " />
28
+ </p >
35
29
36
30
3๋ฒ์งธ pivot ์ ํ ๋ฐฉ๋ฒ์ด ๊ฐ์ฅ ์ข์ ์ฑ๋ฅ์ ๊ฐ์ง์ ์ ์ ์๋ค. (Median of Three)
You canโt perform that action at this time.
0 commit comments