资源列表
AddPolynomials
- 数据结构课程中以链表的形式实现两个多项式相加-Data structure course in the list in the form of realization of the sum of two polynomials
List
- 一个可以支持各种类型数据插入,检索,替换,查找的双向链表,已调式,比较好用。-It s a program which supports different kinds of insertion,traverse,replace and find, It s a list,and it s double linked. Already compled,useful.
CLinkList
- 用链表实现约瑟夫环问题的C、C++程序。-Joseph Ring a linked list implementation issues C, C++ program.
graph_dijkstra
- dijkstra算法,求解网络图中的最短路径问题。-dijkstra algorithm, solving the network map in the shortest path problem.
lieduifenyou
- 实现列队分油程序,是数据结构的实验,用到了堆栈-Achieve line-up sub-oil program, the data structure of the experiment, use the stack
BiTree Thread
- 按照某种遍历方式对二叉树进行遍历,可以把二叉树中所有结点排序为一个线性序列。在改序列中,除第一个结点外每个结点有且仅有一个直接前驱结点;除最后一个结点外每一个结点有且仅有一个直接后继结点。这些指向直接前驱结点和指向直接后续结点的指针被称为线索(Thread),加了线索的二叉树称为线索二叉树。-According to some traversal of the binary tree traversal, all nodes in the binary tree sort of a linear
2
- 使用c plus plus高效实现双向链表,有效实现便利和查找-Use c plus plus efficient implementation of two-way linked list, the effective realization of convenience and search
LCS070621
- 用动态规划法实现查找两字符串的公共子序列。是算法中的一个重要问题。-use dynamic programming search for two strings to achieve the public sequences. The algorithm is an important issue.
WANG
- 二叉树多项功能的实现 求解点数叶子树 插入删除-Binary tree implementation of a number of functions for solving insertion point leaves the tree removed
eliminarunnodo
- Delete a node from a tr-Delete a node from a tree...
huiwen
- 数据结构中回文判断问题,回文是数据结构中经典的问题之一,此程序可以判断输入字符串是否为回文-Palindrome determine whether the problem data structure, data structure palindrome is one of the classic, this procedure can determine whether the input string is a palindrome
MUL
- 数据结构实验,实现多项式乘法,自由输入两个多项式,计算结果并排序。