资源列表
1
- 数据结构基本,创建一个单链表并对其进行原地逆置-The basic data structure, create a single list and in situ reverse home
cPP_class_queue
- 一个用c++中类写的一个队列。支持增加节点 删除节点 修改节点查找节点-A c++ class to write a queue. Support increased node delete nodes modifying node node search
main
- 采用链式结构实现任意多项式的存储,求两个多项式的和。 -not describe
Apple
- 是一个精典的递归加动态规化的题 题目:有M个苹果要求放入N个篮子中,求出放法的总数(N个篮子中放的苹果数不限定,有的也可以不放)
kruskal
- kruskal算法 很经典的 使用C语言实现,在数据结构中很实用-Kruskal algorithm is a classic use of C language, data structure in a very practical
maze
- 用C++编写的迷宫程序,用户可以自行输入迷宫,程序自动解出迷宫通路。-Written in C++, maze procedure, the user is free to enter the maze, the maze pathway automatically solved.
guangduyouxian
- 数据结构中基本的广度优先搜索,使用语言为C语言。-The basic data structure breadth-first search, the use of language is C language.
01Backpack
- 01背包问题的C++实现,包含Knapsack算法以及改进后的Knapsack算法。参考书籍:《算法设计与分析》。-01 knapsack problem of C++ implementation, including the Knapsack Knapsack algorithm and improved algorithm. Reference books: " Algorithm Design and Analysis."
e
- 本程序是一个校园导游咨询系统,提供校园内各景点的信息咨询和最点路径查询功能。
pai xu wen ti
- 几种基本的排序算法 ,希望对某些人有点帮助-several basic sorting algorithm, and I hope to help some people a bit
ecs
- 这是一个关于数据结构实验二叉树的实验代码非常好大家可以利用-This is an experiment on the binary tree data structure of the experimental code very good we can make use of
Queen
- 算法设计与分析中,对N皇后进行编程,主要运用到的是贪心算法。-Algorithm design and analysis, on the N s programming, the main use of the greedy algorithm.