This file is to show some kinds of sorting.
- BubbleSort : bs.cpp bs.h
- InserationSort : Insration.cpp Inseration.h
- Mergesort : merge_sort.cpp merge_sort.h
- BinarySearch(*additional) : bs.cpp bs.h
The file tut1.cpp is the main function to excute these sort.