This document contains code to implement insertion sort, merge sort, and quick sort algorithms on an array of 200 integers. It includes code to count the number of comparisons and swaps during each sorting process. The code is run on sample input arrays and the outputs are printed, showing the sorted arrays and comparison/swap counts.