资源列表
project2
- 数据结构的第二次project,关于递归的项目。里面包含对list,tree及斐波那契结构的应用和练习。-This project will give you experience writing recursive functions that operate on recursively‐defined data structures and mathematical abstractions.
Graph-traversal
- 该文件描述了数据结构中图的遍历的两种方法,广度遍历和深度遍历,能让你对其有基本的了解-The document describes two methods of data structures, graph traversal, breadth traversal and depth of traversal, allowing you to their basic understanding of
recursive
- 关于数据结构算法里递归的程序代码,对于list sequence的递归计算。-This project will give you experience writing recursive functions that operate on recursively‐defined data structures and mathematical abstractions.
ACM-
- 学习ACM的良好入门资料,计算机专业学习的必备,帮你掌握更多经典算法-this is a good meterial to learn ACM programming
kczupx
- 可以作为各类考试考场座位排序来用!或编程学习资料-Examination Seat Sort
xuescjglxt
- 1、 成绩的录入:包括学生学号、姓名、性别和各门课程成绩的录入。\n" <<" 2、 成绩的查询:可以根据学号或姓名查询某个学生的成绩。\n" <<" 3、 成绩的修改:可以根据学号或姓名来修改相应的学生的成绩。\n" <<" 4、 数据的删除:可以根据学号或姓名指定删除某个学生的数据。\n" <<" 5、 成绩的统计分析:平均成绩。\n" <<" 6、 总成绩和平均成绩的查询:可以根据学号或姓名查询。\n" &
double-link
- 双向链表,用C++语言描述,课程设计项目,源码。双向链表,用C++语言描述,课程设计项目-Doubly linked list, with C++ language descr iption, course design project, the source code. Doubly linked list, with C++ language descr iption, course design projects
avlTree
- AVL 树是一种常见的数据结构,所谓的二叉平衡树,这里是一个简单实现,算法效率可能并不太高,因为只是简单实现,方便大家学习使用-AVL tree is a common data structure, the so-called binary balanced tree, here is a simple implementation of the efficiency of the algorithm may not be too high, because only a simple imp
ACM-Template
- ACM常用的算法、数据结构模板,清晰明了,常用的树、图论、数论等都包含在内-ACM commonly used algorithms, data structures, templates, clarity, common tree, graph theory, number theory and so contains
SolvedHZIEE
- 杭州电子科大hdu poj 上面水题的答案,供不辞辛劳、努力刷题的同学们参考学习。-The above Hangzhou the UESTC hdu poj, water the answer for tirelessly to brush the question of the students for reference.
Ferraru
- 通过编写函数实现特殊二叉树的操作,是特殊殊二叉树的插入、删除比一般的二叉树效率更高 -Special binary tree operations by writing function is a special special binary tree insert, delete, higher than the general efficiency of the binary tree
Beerchashui
- 二叉树的C++代码 用处很多的哦 尤其对那些正在学学数据结构的同学而言 ,经测试可直接使用。 -Binary tree C++ code useful, a lot especially for those students is to learn the data structure has been tested and can be used directly.
