Software:
Software:
Standard Algorithms
Standard Algorithms
From the SQA Course Specification
Describe, exemplify and implement standard algorithms using 1D array.
find minimum
find maximum
count occurrences
linear search
Heads up! We’re updating a few pages, so things might look a little strange for now.
From the SQA Course Specification
Describe, exemplify and implement standard algorithms using 1D array.
find minimum
find maximum
count occurrences
linear search
Notes
Slides
Videos
This page only reviews Standard Algorithms with Parallel Array - for Array of Records, look here.
Programming Tasks
Questions