摘要: 题目描述 We have a network of computers and a list of bi directional connections. Each of these connections allows a file transfer from one computer to an 阅读全文
posted @ 2020-03-24 22:29 AndyHY 阅读(228) 评论(0) 推荐(0) 编辑
摘要: 题目描述 将一系列给定数字插入一个初始为空的小顶堆H[]。随后对任意给定的下标i,打印从H[i]到根结点的路径。 输入格式: 每组测试第1行包含2个正整数N和M(≤1000),分别是插入元素的个数、以及需要打印的路径条数。下一行给出区间[ 10000, 10000]内的N个要被插入一个初始为空的小顶 阅读全文
posted @ 2020-03-24 17:22 AndyHY 阅读(174) 评论(0) 推荐(0) 编辑