- Sequential searching
- Comparison searching
- Radix searching
- Hashing
Each of these methods can be described using the same deck of cards example that was used for sorting.
In sequential searching, you go through the deck from top to bottom, looking at each card until you find the card you are looking for.
In comparison searching (also called binary searching), you start with