Skip to content

Commit 9c9483c

Browse files
committed
renew README
1 parent 0b5d6a5 commit 9c9483c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Lastly, many algorithms are *in-place* sorting, and a few are *out-place*, you s
5858

5959
</div>
6060

61-
## Test Description
61+
## Brief Description of Testing
6262

6363
I test the performance of the sorting algorithm after adding the keyword sorting parameter in the [*test_key*](./test_key.py) file (The [*utils*](./utils.py) file stores the most core function for keyword sorting), test the time accumulation of the sorting algorithm with respect to the large data set in the [*test_time*](./test_time.py) file, and test whether the reverse parameter of the sorting algorithms is designed correctly in the [*test_reverse*](./test_reverse.py) file, including the robustness of these.
6464

0 commit comments

Comments
 (0)