资源列表
001
- 缘起 《数据结构》是一门计算机专业基础课,各类计算机考试都禁不住要考它,专升本考试自然也不例外。我给学生辅导这门课程已经有几个年头了,讲稿换了几次,逐渐丰富起来。加之看到学生们埋头记笔记时辛苦的样子,就产生了写一本小册子的想法。另外,还有一层意思就是对数次辅导进行总结,以便交流之用。-Origin of " data structure" is a computer basic course, all kinds of computer tests are tempted
luoxuanjuzhen
- 本程序是用C语言,是使用递归函数写的螺旋矩阵-This procedure is used C language to write a recursive function using the spiral matrix
Calculator
- 用c++编写的数据结构一元多项式计算器,能计算所有的一元多项式-Write the data structure used c++ polynomial calculator can calculate all polynomial
DatastructurenotesYANWei-minversion
- Data structure notes (YAN Wei-min version.数据结构,严蔚敏讲义版!-Data structure notes (YAN Wei-min version. Data structure, Yan Wei-min lectures version!
Stack
- Stack that is very useful
040050216_redblack
- A red-black data structure implementation in C++.
gragh
- 程序功能:1.建立无向非连通图的邻接表存储结构,要求顶点个数不少于15个。 2.用DFS及BFS对此邻接表进行遍历,打印出两种遍历的顶点访问顺序。 3.给定图中任意两个顶点v1和v2及整数k,判断是否存在从v1到v2的路径长度 为k的简单路径,若有打印出路径上的顶点序列(要求路径上不含回路)。 (该功能未能实现)-graph
数据结构常用算法(CPP)
- 数据结构常用算法C++,快快下载,望 能给大家帮助-data structure used algorithm C, quickly download, we can look to help
Trees-storage-with-BitTree
- 利用二叉树形式存储树或森林,然后进行中序遍历访问该二叉树。-Using binary tree to store tree or forest, and travel it.
dict
- 词典小程序,用平衡二叉树构建数据结构。可以实现加载词库,查找单词,编辑单词,标记后删除单词,退出程序等功能。附一份实验报告-Dictionary,using AVL tree as its data structure. Functions:Loading word data,searching words,editing words,and deleting labeled words. appendixed with a report.
dataStructs
- 学习数据结构的最好辅助工具,快速帮助你熟悉数据结构的相关技术
beibao
- 背包问题的完整实现。经常在大公司笔试时会遇到,多看看。-The full realization of knapsack problem. Large companies often encounter when written, and read more.
