Introduction - If you have any usage issues, please Google them yourself
1. The address book is a linear table, can store a certain amount of contact record, to provide search, insert, delete and modify operations.
2. The address book is to find the characteristics of the main operation, for quick lookup to specify the location of the object, therefore, appropriate USES the order of the random access function table.