摘要: 题目传送门:https://www.nowcoder.com/acm/contest/142/J 题意:给一个hash table,求出字典序最小的插入序列,或者判断不合法。 分析: eg.对于序列{7,8,16},插入后为{16, -1, -1, -1, -1, -1, -1, 7, 8}。(即, 阅读全文
posted @ 2018-07-29 16:15 Changer-qyz 阅读(359) 评论(0) 推荐(0)