Description
## GETTING STARTED
Please read the word file in doc/mergesort.doc.
To start the demo (debug version), simply following steps
“`
make demo_dbg
cd /bin
./demo_dbg
“`
To use the optimized version,
“`
make demo_opt
cd /bin
./demo_opt
“`
## CONTACT
If you have any qusetion, please email cmli@cc.ntu.edu.tw or TA

