资源列表
3
- 数据结构栈操作,包括进栈、出栈等操作。学数据结构的同学记得评分哦
fibonacci_2
- 本程序是用备忘录法实现计算斐波那契数列,大大缩短了运算时间。
hanoibfs
- 用广度搜索编的汉诺塔问题,能解决14个盘子的,用到位运算压缩判重,用哈希表判重。-The Tower of Hanoi with the breadth of search code problem, can solve the 14 dishes, with a compression sub-re-place operations, using the hash table sub-weight.
tree_traverse
- 二叉树遍历,包括二叉树的创建,插入,删除-Binary tree traversal, including the creation of a binary tree, insert, delete
Newton
- 实验题目:Newton插值多项式 相关知识:通过n+1个节点的次数不超过n的Newton插值多项式为: 数据结构:两个一维数组或一个二维数组 算法设计:(略) 编写代码:(略) 实验用例: 已知函数y=f(x)的一张表(同上一个试验) 试验要求:利用Newton插值多项式 求被插值函数f(x)在点x=65处的近似值。建议:-Experiment Title: Newton interpolation polynomial Knowledge:
Havel-Hakimi-Theorem
- 此代码是图论Havel-Hakimi Theorem的实现,用于解决给出点集的入度数,判断一个图是否连通图-This code is shown in Figure On the implementation of the Havel-Hakimi Theorem, for solving the given point set into the degree to determine whether a graph connected graph
write-first
- 写者优先程序实现写者优先功能,运用Visual studio 2008-write first programing
lingo2
- lingo小程序,解决线性规划问题,如最短路径问题。希望对从事这方面的朋友有帮助。-lingo small program to solve linear programming problems, such as the shortest path problem. Hope in this field to help a friend.
lbgb
- 实现链表归并,实现链表归并,实现链表归并-lianbiao guibing
nqueen
- N皇后问题,简单的递归算法,代码简单适合刚开始学习的同学参考-N-queens problem, a simple recursive algorithm, the code is simple for students just beginning to learn reference
UserTreeMap
- 读取一个txt文档,统计词数和词频,按照字母顺序进行排序-txt reader
verify-complete-binary-tree
- 构造一个排序二叉树,并对其进行层序遍历。-Constructs a sorted binary tree and its sequence traversal.