Skip to content

Array algorithms: max, count, search, average

Handout

Common array jobs

  • Some array tasks come up again and again: find the sum, the biggest, the smallest, or count items.
  • Each one uses the same idea: start with a guess, then loop and update it.
  • These patterns appear all the time on the AP CSA exam.

Handout

Log in or create account

IGCSE & A-Level