- 博客(3)
- 收藏
- 关注
原创 浙大 数据结构 11-散列2 Hashing【Java实现】
11-散列2 Hashing The task of this problem is simple: insert a sequence of distinct positive integers into a hash table, and output the positions of the input numbers. The hash function is defined to be ...
2018-11-13 11:34:52 245
原创 10-排序6 Sort with Swap(0, i) [Java]
10-排序6 Sort with Swap(0, i))[Java] Given any permutation of the numbers {0, 1, 2,…, N−1}, it is easy to sort them in increasing order. But what if Swap(0, *) is the ONLY operation that is allowed to u...
2018-11-07 11:38:21 374 1
原创 06-图1 列出连通集 JAVA实现
06-图1 列出连通集 JAVA实现 题目 给定一个有N个顶点和E条边的无向图,请用DFS和BFS分别列出其所有的连通集。假设顶点从0到N−1编号。进行搜索时,假设我们总是从编号最小的顶点出发,按编号递增的顺序访问邻接点。 输入格式: 输入第1行给出2个整数N(0<N≤10)和E,分别是图的顶点数和边数。随后E行,每行给出一条边的两个端点。每行中的数字之间用1空格分隔。 输出格式: 按照"{...
2018-10-31 10:59:50 370
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人