资源列表
sss
- 数据结构1800题及答案 相信会对大家学习数据结构很有帮助-1800 questions and answers data structure we believe will be helpful to learn the data structure
bb
- 本程序实现了快速排序非递归算法的一种新的方法,并简单的说明其功能。-This program enables fast sorting of non-recursive algorithm, a new approach and a simple descr iption of its functions.
ACM_Some
- 这些是我在编写ACM题目时实现的程序,ACM对于初级程序员的影响应该是质的改变,文件中实现的是在PKU JudgeOnline(http://poj.org/)平台上一些题目,文件名中,包括1222,1363,1979,1208。 -These are what I achieved in the preparation of the procedure when the subject ACM, ACM junior programmer for the impact should be
FileRecv
- 数据结构实践课题,简易银行卡管理系统,可实现开户、挂失、销户、存款、取款、转账、查看余额、查看交易历史等功能,使用vc6.0运行。-Data structure operations, simple bank card management system, using c+ language vc6.0 open run, to achieve the account, loss, sales households, deposits, withdrawals, transfers, view
binary-tree
- 用C语言实现的二叉树的创建、添加节点、删除节点、递归和非递归遍历以及层次遍历-Using C language to create two fork tree, add node, delete node, recursive and non recursive traversal and hierarchical traversal
多项式
- 两个任意次或高次多项式相加或者相减,数据结构实验报告(Polynomial addition subtraction)
二叉树_17281183_刘梦婷
- 按先序遍历的扩展序列建立二叉树的二叉链表存储结构,实现二叉树先序、中序、后序遍历的递归算法,实现二叉树中序遍历的非递归算法,实现二叉树层次遍历的非递归算法,求二叉树的结点个数,求二叉树的深度。(The binary list storage structure of binary tree is established according to the extended sequence of traversal in the first order, the recursive algorit
wai
- 洛阳师范学院外国语学院网站源代码,自己用ASP写的。-College of Foreign Languages, Luoyang Normal College Web site source code
topological
- 大学二年级 拥有3个方法采用拓扑排序来实现排课 课程设计-Topological Sort Arranging Course Design
AnswersToTheDataStructureAndExaminationGuidance.ra
- 有关数据结构的复习指导,提供大量练习及参考答案。-Guide to Review of the data structure to provide a large number of exercises and suggested answers.
DataStructVC
- 数据结构(C语言版)的各章节的程序源代码,含.cpp文件和演示例子,很不错的初学者资料。-Data structure (C-language version) in all sections of the program source code, including. Cpp files and demo examples, very good beginner information.
CayAVL
- AVL Tree code in c++, cay AVL