More With Arrays Review Questions and Exercises

From CompSciWiki
Jump to: navigation, search

COMP 1010 Home > More With Arrays > Review Questions and Exercises


Review Questions

Find Element x Using Linear Search

Find Max Using Linear Search

Count Element x Using Linear Search

Find Element x Using Binary Search

Passing Arrays

Arrays of Strings

Searching Arrays

Parallel Arrays

Sorting Arrays

Sorting is covered in depth in the next computer science course: Comp 1020.

Exercises

Passing Arrays

Parallel Arrays

Apply the Binary Search

Array of Strings

Previous Page: Parallel Arrays Next Page: Java In-depth