资源列表
Project1
- 二叉树操作,创建二叉树,初始化二叉数,以及前序遍历,中序遍历,后序遍历。(Two fork tree operation, create two fork tree, initialize two fork number, and preorder traversal, inorder traversal, backward traversal.)
数据结构
- 将数据结构与 C#语言和.NET 框架结合是本书的一大特点。.NET 平台是微软推出的一 个新的开发平台,目的是让“不同的语言共享同一平台”。.NET 很可能成为下一代 Windows 操作系统的一部分。(Combining data structure with C# language and.NET framework is one of the major features of this book. .NET platform is one of Microsoft launched
行编辑
- 数据结构 C语言 栈 实现行编辑 严蔚敏版数据结构 C语言 栈 实现行编辑(Data structure, C language stack, current editing)
哈夫曼树和编码include
- 学习了解哈夫曼树和编码,更好到学算法与数据结构(Learn Huffman tree and coding, better to learn algorithm and data structure)
liste-double
- Liste doublement chainee
期中project
- 可以自己创建家谱,进行插入,删除,查询等功能(You can create your own family tree, insert, delete, query and other functions)
利用栈进行括号匹配检验
- 检验一条信息中括号各个匹配与否。比如输入(){}会提示错误,输入({})会提示正确。 另外附录了线性表基本操作的对应代码(Check whether parentheses match each other in a message. In addition, the corresponding code of the basic operation of the linear table is attached)
graph
- Implementation of Graph Data Structure in C++
遍历二叉树
- 简单的二叉树通过递归算法遍历,先序遍历中序遍历和后序遍历。通过遍历对二叉树的结构有更深入的学习(Simple two tree traversal through recursive algorithm, first order traversal traversal and preorder traversal. Through traversal, the structure of the two fork tree has a more in-depth study)
binary tree
- 二叉树的创建和非递归遍历,包括先序遍历,中序遍历,后序遍历(the creation and non-recursive traversal of binary tree)
mastering algoritnm with c examples
- mastering algorithm with c examples
interpolation-master
- github上找到的线性插值、抛物线插值、双曲线插值算法源码