摘要: 使用java做算法题时,与ArrayDeque相关的常用操作: 创建 HashMap<Integer,Integer> dic = new HashMap<>(); 索引 int root_index = dic.get(root_value); 添加 dic.put(key, value); 是否 阅读全文
posted @ 2021-09-28 23:25 子于舟 阅读(73) 评论(0) 推荐(0)