资源列表
combinatation_dynamic
- 数据结构程序实例,动态规划法求组合数算法的实现-Data structure instance, the dynamic programming method to seek the realization of the number of combinations of algorithms
knapsack01_backtrack
- 数据结构中回溯法求解0-1背包问题的实现-Backtracking to the 0-1 knapsack problem in the data structure
HorseTravel
- 数据结构中例预见算法解骑士游历问题的实现-Cases foreseeable Algorithm for Solving the Knight traveled to the data structure
queen_backtracking
- 数据结构中讲述如何用回溯法求解八皇后问题-Data structure that describes how to use backtracking to solve the eight queens problem
seqlist
- c语言数据结构线性表头文件seqlist-c language data structure of linear header file seqlist
Data-structures-(CPP-2nd-)-Example
- 《数据结构(C++版)(第2版)》例题及一些相关程序设计-Examples of data structures (C++ Edition) (2nd Edition) " and some programming
YUNSUAN
- 集合运算演示系统,包括求集合的交集,并集和差集-Demonstration system set operations, including seeking the collection of intersection, union and difference
tree
- 二叉树的建立和遍历,包括递归实现和数组实现-The establishment of a binary tree traversal, including recursive implementation and an array of
qishiyouli
- 用c++实现骑士游历算法,比较简单使用,而且便于理解-Achieve the Knights traveled algorithm
Graphs_4
- 数据结构 无向图的邻接表 并按深度优先搜索结点-The data structure press the depth-first search node to the adjacency table
bintree
- 构造二叉树,对二叉树进行先序,中序,后序等三个遍历,自己先构造一颗二叉树,然后再进行输入。-Construct a binary tree, binary tree traversal of the first sequence, order, order three, first construct a binary tree, and then enter.
BinSearchNode
- 构建二叉树,二叉树的先序,中序,后序的遍历以及排序,删除等。-Build a binary tree, binary tree preorder, inorder, postorder traversal and sort, delete, and so on.
