Given an array of integers, sort it using linear and bubble sort algorithm by obstructing each step. Also discuss running time complexity and space complexity

A={ 88,38,19,92,61,29,34,82,14,26}

why would we want to obstruct each step?

And I'm sure you have canned sort routines available, and discussions of their properties. What are your results?