Please enable JavaScript to use CodeHS

Chapter 6

Arrays

6.4 Developing Algorithms Using Arrays

Mathematical Traversal Algorithms

Property Analysis Algorithms

Reordering Arrays

Finding the Minimum Value

Reordering an Array

Finding Duplicates

Check Your Understanding

  1. Incorrect Correct No Answer was selected Invalid Answer

Exercise: Find the Median

Vocabulary

Term Definition
Common Array Algorithms Algorithms that are often used in computer science to do basic analysis on a list. These often include traversing and selection processing.