Skip to content

Commit 52dc5b5

Browse files
authored
Update README.md
1 parent 14802c9 commit 52dc5b5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
## Summary
1414
* [Description](#Description)
1515
* [How to execute](#How-to-execute)
16+
* [Linux & MAC](Linux-&-MAC)
17+
* [Windows](#Windows)
1618
* [Algorithms](#Algorithms)
1719
* [Esoteric & Fun & Miscellaneous](#Esoteric-&-Fun-&-Miscellaneous)
1820
* [Exchange](#Exchange)
@@ -34,6 +36,8 @@
3436
A program to show the execution time and the variaty of sorting algorithms in ```C``` language. There are 46 sorting algorithms avaliable distributed in 8 different categories.
3537

3638
### How to execute
39+
Open a terminal or a command prompt and go to the project's directory and follow the instruction (s) below according with your Operating System.
40+
#### Linux & MAC
3741
Executing ```make``` in terminal allow to compile the program. Commands avaliable to execute with make (```make <command>```):
3842
Command | Description
3943
:---: | :---:
@@ -52,6 +56,9 @@ Sorting case | Random
5256
Random interval | 1024
5357
Length of array | 10
5458

59+
#### Windows
60+
On command prompt execute ```.\execute.bat```.
61+
5562
<br>
5663

5764
## Algorithms

0 commit comments

Comments
 (0)