We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d61d47 commit 737db2bCopy full SHA for 737db2b
README.md
@@ -8,8 +8,8 @@
8
Research on the effectiveness of sorting methods: Insertion, Shell on multidimensional arrays
9
10
### Steps:
11
-1. To use application you should compile it with gcc
12
-2. You have to enter three-dimentional array size
13
-3. After this you have got to choose one of the following modes:
14
-Individual sorting to get results for one algorythm
15
-Packet sortng to get results for all algorythms
+#### 1. Compile project with gcc
+#### 2. Enter three-dimentional array size
+#### 3. Choose one of the following modes:
+ Individual sorting to get results for one algorythm
+ Packet sortng to get results for all algorythms
0 commit comments