摘要: https://leetcode.com/problems/insert-delete-getrandom-o1-duplicates-allowed/ public class RandomizedCollection { ArrayList nums; HashMap> locs; java.util.Random rand; /** Initialize... 阅读全文
posted @ 2016-08-27 23:58 blcblc 阅读(350) 评论(0) 推荐(0)