I need help with designing and interface that will search keys.language of choice is C++,use of avl trees ,b-trees,The interface should allow fields to enter variables.it should be linked to a database and allow searching. :sad:

>I need help with designing and interface that will search keys.
Your ability to describe the problem in detail is staggering.

>use of avl trees ,b-trees
One or the other? Both? For what purpose? Is the B-tree an external searching structure and the AVL tree an internal searching structure? Have you written the code for these trees or do you just expect their intended use to magically become clear when you have them implemented.

>it should be linked to a database and allow searching.
Would this database be the B-tree?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.