We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f778c8 commit b86be3aCopy full SHA for b86be3a
README.md
@@ -1,3 +1,15 @@
1
# DB Structure
2
3

4
+
5
6
7
+# Algorythms-effectiveness-research
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
0 commit comments