摘要:
##哈希表 初始:将key通过hash function转换到地址 查询:将查询值通过哈希转换,访问内存地址,对比key值 ##使用 查询key值,O(k) class Solution { public: vector<int> twoSum(vector<int> nums,int t){ un 阅读全文
posted @ 2021-12-21 10:48
impwa
阅读(37)
评论(0)
推荐(0)
Contact me: