- sort.py
- Analysis.pdf
- Without Multithreading
python sort.py <input_filename> <output_filename> <memory_limit> <order> <colomn_list>
Example :
python sort.py 5MB.txt output.txt 100 asc C3 C1
- With Multithreading
python sort.py <input_filename> <output_filename> <memory_limit> <thread_count> <order> <colomn_list>
Example :
python sort.py 5MB.txt output.txt 100 5 desc C3 C1
Graphs and Inferences are mentioned in Analysis.pdf