标签: search data-structures
您能否建议一些存储大约100000个字母数字字符串的数据结构?每个字符串都有一个与之关联的整数X.它应该有效支持的操作是:
starts_with(String s)
DataEntry结构(正如你已经猜到的那样)
{ string s; int x; }