Solution Review: Sort an Array

This review provides a detailed analysis of the solution to sort an array.

We'll cover the following

Solution: Using Recursion

The following solution sorts the array recursively. This process is commonly known as the Bubble sort algorithm.

Level up your interview prep. Join Educative to access 70+ hands-on prep courses.