Brandon Horn AP CS A Exam Review

/* mrHorn */

  • AP CS Exam Answers
  • AP CS Resources
  • Introductory Resources
  • AP Computer Science Tutoring
    • AP CS homework help
    • Experienced AP CS teacher
    • AP Comp Sci exam prep
  • About Brandon Horn
  • Contact Brandon Horn

Copyright © 2025 mrHorn.com, Inc.

AP is a trademark of The College Board which was not involved with the production of, and does not endorse, this site.

Standard algorithms

  • Finding the minimum or maximum
  • Detecting duplicates
  • Accessing consecutive pairs
  • Reversing an array
  • Reversing an ArrayList
  • Shifting or rotating elements
  • Consolidating or filtering an array
  • Inserting into a sorted list
  • Sequential/linear search
  • Binary search
  • Selection sort
  • Insertion sort
  • Merge sort