Skip to content

Commit d75e4c9

Browse files
committed
Securing the source code.
1 parent 4bb2b6b commit d75e4c9

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,16 @@
22

33
This projects’s purpose is to show the effectiveness of the three standard linear sorting algorithms.
44

5-
> It consists of three applications (.jar files), to test counting, radix, and bucket sorting algorithms. For counting sort, it sorts a given array of numbers and proves the stability of the algorithm. For radix sort, it sorts a randomly generated array of hexadecimal numbers (hex-strings). For the bucket sort, it sorts a given array of numbers and proves the stability of the algorithm.
5+
> It consists of three applications (.jar files), to test counting, radix, and bucket sorting algorithms.
6+
> For counting sort, it sorts a given array of numbers and proves the stability of the algorithm.
7+
> For radix sort, it sorts a randomly generated array of hexadecimal numbers (hex-strings).
8+
> For the bucket sort, it sorts a given array of numbers and proves the stability of the algorithm.
69
10+
```diff
11+
- The source code is secured in the archive, and a password is required to access it.
12+
It was done to prevent future students from copying it.
13+
Please, contact me if you need the access to the source code, and be sure state the reason.
14+
```
715
To run, open the command line in the project folder and type one of these three commands, one for each application.
816

917
For counting sort, run:

0 commit comments

Comments
 (0)