I need to write a database prog that lets the user search by using one or more search options. Which strucure do you think I should use? A binary search tree seems the most appropriate, but it ain't all that easy for a newbie, and I haven't been able to work out a way of doing it with linked lists yet. Would an array of structs work?