Linear and Binary Search Algorithms: Learn how to find values in a list using either linear or binary search algorithms.
Insertion Sort: Learn how the insertion sort algorithm works.
Selction Sort: Learn how the selection sort algorithm works.
Merge Sort: Learn how the merge sort algorithm works.
Comparing Sorting Algorithms: Compare sorting algorithms to understand the benefits and drawbacks of each.
Sorting Arrays with Arrays.sort(): Learn how to use the Arrays.sort() method to sort the values in an array.
Arrays.sort()