开发者

Table of Identifiers

开发者 https://www.devze.com 2022-12-26 11:41 出处:网络
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开发

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?

0

精彩评论

暂无评论...
验证码 换一张
取 消