资源列表
2
- HUFFMAN树的构造算法,求最佳二元码并能借助二元码进行编码和解码。
search_number
- 找一个最小的自然数,使它等于不同的两组三个自然数的三次幂之和,即找最小的x,使得:x=a*a*a+b*b*b+c*c*c = d*d*d+e*e*e+f*f*f 其中,a,b,c,d,e,f都是自然数,a<=b<=c, d<=e<=f [a,b,c]!=[d,e,f] 进一步,是否还存在另外一个自然数满足上述条件,可能的话请输出其结果 -Find a smallest natural number, making it equivalent to the thre
linked_LList
- 单链表,申请,添加,遍历单链表,计算单链表长度-Single linked list, application, adding, traverse a single list, calculate the length of a single linked list
36
- 判断给定的二叉树是否相似,用C ++实现的,是作业-to judge whether the binary tree similar to that used C to achieve, and is operating
subsum.rar
- 回溯法求子集和问题, 在回溯过程中利用了剪枝 ,The back track method to solve the sub sum problem
123xishu
- 稀疏矩阵转置,首先输入三元组,然后输出转置后的矩阵-Sparse matrix transpose first three yuan group input and outputs the transpose the matrix after
Binary-Tree
- C++,数据结构,判断二叉树是否为二叉排序树和平衡二叉树C++版本-C++, data structures, to determine whether the judge binary binary sort tree and balanced binary C++ version
SD_Latihan_DoubleStack_Praktikum
- This a method of source code double linked list-This is a method of source code double linked list
b
- 线性表实验(约瑟夫问题) 数据结构课的实验作业
ordering4
- 堆排序:思想: 用二叉树的结构来表示数组,及用数组来表示二叉树的结构,比如i为父节点其孩子为,2i,和2i+1.其中,大顶堆中 父节点大于其两个孩子 算法平均时间复杂度: O(nlogn)
Gauss
- 高斯方法解n阶线性方程组的非常详细的方法-Gauss method to solve n-order linear equations of a very detailed way
HF
- 数据结构习题---幻方求解 用c++实现N阶幻方的求解-Problem--- data structure with c++ magic square magic squares of order to achieve the solution N