摘要:
问题 B: FIX 题目描述 如果单词 X 由单词 Y 的前若干个字母构成,我们称 X 是 Y 的前缀,例如“c”、“ca”、“cat”是单词“cat”的前缀;类似地如果单词 X 由单词 Y 的最后若干个字母构成,我们称 X 是 Y的后缀,例如“t”、“at”、“cat”是单词“cat”的后缀。请你 阅读全文
摘要:
Same binary weight 时间限制:300 ms | 内存限制:65535 KB 难度:3 Same binary weight 时间限制:300 ms | 内存限制:65535 KB 难度:3 The binary weight of a positive integer is the 阅读全文
摘要:
问题 B: Cuckoo for Hashing 题目描述 An integer hash table is a data structure that supports insert, delete and lookup of integer values in constant time. Tr 阅读全文