tags:

views:

42

answers:

1

I need to make a table of identifiers using the method - a combination of a binary tree and hash addressing, but I can not find the information on this method. Could you suggest where I can find information on this method or simple example in C/C++ or another programming language. .

+1  A: 

You want to store a table of identifiers using a hash table or tree structure?

Stephen