摘要: 问题: 设计数据结构,使得以下三个方法的时间复杂度都为O(1) 允许插入重复数字。 insert(val): Inserts an item val to the collection. remove(val): Removes an item val from the collection if 阅读全文
posted @ 2020-04-14 19:42 habibah_chang 阅读(146) 评论(0) 推荐(0)
摘要: 问题: 设计数据结构,使得以下三个方法的时间复杂度都为O(1) insert(val): Inserts an item val to the set if not already present. remove(val): Removes an item val from the set if p 阅读全文
posted @ 2020-04-14 13:33 habibah_chang 阅读(109) 评论(0) 推荐(0)