Contact Manager: Part II

Introduction to Searching and Sorting


Videos

Related Reading and Handouts

The Contact Manager Project

This project will serve to introduce the List interface and the ArrayList class by creating a ContactManager that can create, store, load, search, and sort contacts.

The linear search algorithm will be used initially, and then the list of contacts will be sorted using the selection, insertion, and merge sort algorithms before moving on to the binary search algorithm.