标签: algorithm data-structures hash search-tree
我需要存储一组n个从1到10 ^ 9 ,这样
你能帮我理解是否可以实现它以及如何实现它?
我认为可以使用哈希函数或搜索树。