https://github.com/asiercl/vector-sorting-program
Actividad3 ProgramaciónII, USC
https://github.com/asiercl/vector-sorting-program
Last synced: 10 months ago
JSON representation
Actividad3 ProgramaciónII, USC
- Host: GitHub
- URL: https://github.com/asiercl/vector-sorting-program
- Owner: AsierCL
- Created: 2024-04-02T16:44:09.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-18T14:41:00.000Z (about 2 years ago)
- Last Synced: 2024-04-19T13:31:36.310Z (about 2 years ago)
- Language: C
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vector sorting program
This code corresponds to an experimental program in which the three most famous sorting algorithms are evaluated (quicksort, bubble sort, selection sort).
## Usage/Examples
```bash
git clone https://github.com/AsierCL/Vector-Sorting-Program.git
cd Printer-Management-Application/
make
./programa
```
- You must choose the sorting algorithm to use
- You must specify the number of vectors to be created
- You must enter the number of elements of each of the vectors.
The program will report through the console the time it took to print each of the vectors, and once the execution of the program has finished (that is, all the vectors are ordered), the results will be saved in a .txt file.