Open harrysimply opened 2 years ago
a structure that can map keys to values
567. Permutation in String
454. 4Sum II
525. Contiguous Array
使用一个hash table保存0和1的和,如果0则-1,如果1则加1,并记录index,最后看加的结果有没有在表里。
a structure that can map keys to values