You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,8 @@
13
13
## Summary
14
14
*[Description](#Description)
15
15
* [How to execute](#How-to-execute)
16
+
* [Linux & MAC](Linux-&-MAC)
17
+
* [Windows](#Windows)
16
18
*[Algorithms](#Algorithms)
17
19
* [Esoteric & Fun & Miscellaneous](#Esoteric-&-Fun-&-Miscellaneous)
18
20
* [Exchange](#Exchange)
@@ -34,6 +36,8 @@
34
36
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.
35
37
36
38
### 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
37
41
Executing ```make``` in terminal allow to compile the program. Commands avaliable to execute with make (```make <command>```):
0 commit comments