Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 308 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 308 Bytes

Data Systems Assignment 2 - Two-phase merge sort

Name - Akashdeep Singh

Roll No - 2020201051


Basic Single Threaded Code

  • This is the only version I could do.
  • Using Python 3.
  • Command example:

`python main.py input.txt output.txt 50 asc C1 C2`

Multi Threaded Code

  • Not done.