Java
TOPIC 07 – ARRAY SORTING ALGORITHMS

separator-blank.png

LEARNING GOALS

  • I can use Java’s built-in sorting function to sort arrays.
  • I can explain different approaches for sorting arrays.
  • I can discuss the concept of efficiency with regards to sorting algorithms.
  • I can list different famous sorting algorithms (insertionSort, selectionSort, bubbleSort, mergeSort, quickSort)
  • I can implement a sorting algorithm (any).
  • I can trace an algorithm to understand how it works at every step.


LESSON NOTE

ASSIGNED WORK

separator-campeauIsAwesome.png