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 i开发者_Python百科nformation on this method or simple example in C/C++ or another programming language. .
You want to store a table of identifiers using a hash table or tree structure?
精彩评论