|
7 years ago | |
---|---|---|
README.md | 7 years ago | |
Report.pdf | 8 years ago | |
Subject.pdf | 8 years ago | |
projet.cpp | 8 years ago |
# SuQS A basic QuickSort implementation that alphabetically orders lines of the standard input.
Compile simply using GCC : g++ -o projet projet.cpp
We assume YourTextFile is a simple, UNIX-formatted text file.
In the program directory, type cat YourTextFile | ./projet
in a terminal to get the YourTextFile file alphabetically ordered.
This program is distributed under the terms of the Creative Commons 3.0 BY license