f****e 发帖数: 923 | 1 Given 1 million email list:
list 1: [email protected]/* */, [email protected]/* */
list 2: [email protected]/* */, [email protected]/* */
list 3: [email protected]/* */
list 4: [email protected]/* */
...
Combine lists with identical emails, and output tuples:
(list 1, list 2, list 4) ([email protected]/* */, [email protected]/* */, [email protected]/* */)
(list 3) ([email protected]/* */)
如何建立并查集array
之前的都是roots[i] = i
这种字符串的 如何初始化 并查集 array | s**********g 发帖数: 14942 | 2 怎么记得这题有人前段时间问过
字符串的大不了搞hash嘛 | f****e 发帖数: 923 | 3 key 和 value 分别是什么? 谢谢
【在 s**********g 的大作中提到】 : 怎么记得这题有人前段时间问过 : 字符串的大不了搞hash嘛
|
|