강상위

Modify README

1 -# Algorithm Analysis 1 +# Algorithm Analysis - Lecture Lab
2 -- Lecture Lab
3 - lecture2_P2_dvide_conquer_mergesort1.py 2 - lecture2_P2_dvide_conquer_mergesort1.py
4 - lecture2_P2_dvide_conquer_mergesort2.py 3 - lecture2_P2_dvide_conquer_mergesort2.py
5 - lecture3_P2_dvide_conquer_quick.py 4 - lecture3_P2_dvide_conquer_quick.py
...@@ -10,14 +9,14 @@ ...@@ -10,14 +9,14 @@
10 - lecture10_P6_BB.py 9 - lecture10_P6_BB.py
11 - lecture11_P7_Sorting.py 10 - lecture11_P7_Sorting.py
12 11
13 -- Import File 12 +# Algorithm Analysis - Import File
14 - P3_utility.py 13 - P3_utility.py
15 14
16 -- Warm Up Test Files 15 +# Algorithm Analysis - Warm Up Test Files
17 - test_exsort.py 16 - test_exsort.py
18 - test.py 17 - test.py
19 - test2.py 18 - test2.py
20 19
21 -- Seperated Function - developing 20 +# Algorithm Analysis - Seperated Function: developing
22 - pythonMathLog.py 21 - pythonMathLog.py
23 22
......