Duration: 15:11 min
Description: This video continues the arrays discussion. Using the same arrays created previously, we showed how to test whether two arrays are equal. We also sorted the arrays in place and print them out on the screen using Arrays.toString method. Now that the arrays are sorted, we used binary search to look for elements within the array.