Is it possible to use a Perl hash in a manner that has `O(log(n))` lookup and insertion?

前端 未结 3 1431
小蘑菇
小蘑菇 2021-01-06 23:41

Is it possible to use a Perl hash in a manner that has O(log(n)) lookup and insertion?

By default, I assume the lookup is O(n) since it\'s

3条回答
自定义标题
段落格式
字体
字号
代码语言
提交回复
热议问题