Application that sort the data of input file and export as text.file
Practice of programming skills and basic Algorithm knowledge, especially sort.
All of programming are written by python3
- main: main function
- XXXXsortFile: sort function
- writeFile: create and write the output file
- inputFile: Manage inputfile, return error if the input file is too large or unvalid type of file
- Selection sort
- Bubble sort
- Insertion sort
- Merge sort
- Quick sort
- Heap sort