资源列表
Btree
- B树的C++实现代码,实现了插入,删除,查找的功能,在VS2008和GCC下通过编译。 B树的实现代码在Btree.h里,TestBtree.cpp是一个非常简单的测试-Implementation code of the Btree
C
- C课件与习题及答案 C课件与习题及答案 C课件与习题及答案 C课件与习题及答案 C课件与习题及答案 -C of C courseware and exercises and answers courseware and exercises and answer C courseware and exercises and answers C courseware and exercises and answers C courseware and exercises and answers C
homework1
- 交通大学数据结构 hw1 大作业,关于vector的应用,满分程序-Jiaotong University, data structures hw1 large operations on vector applications out of the program
stl_src_doc
- 关于C++很好的 数据结构的讲解 希望对大家学习有帮助 欢迎使用 -About C++ data structures to explain the good we want to help welcome the use of learning
3-3
- 两个带表头结点的非递减有序单链表的表头指针, 将这两个有序链表合并成一个非递增有序的单链表。要求结果链表仍使用原来两个链表的存储空间, 不另外占用其它的存储空间。-Header node with two non-decreasing ordered list of single-table pointer, the two ordered lists into one single list of non-incremental and orderly. The results are sti
bianchengzhimei
- 编程之美,学习算法非常经典的书,有许许多多的经验可以借鉴-failed to translate
paixu
- 各类排序方法集成实现比较,相信对大家学习有一定帮助-Integration of various types of sorting methods to achieve more, I believe this will definitely help them to learn
20160526stackaqueue
- 利用C++实现了数据结构中类和栈的主要功能,主要以线性链表的形式实现。-The use of C++ implementation of data structures class and stack the main function, mainly in the form of a linear linked list implementation.
12121
- 数据结构 课件 东软内部资料!! 给需要的人-Neusoft courseware data structure internal information! ! To those who need it
shiyongnaozhong
- C语言课程设计案例精编
BTree
- 实现了B树的创建,在此基础上,构建搜索信息,完成了搜索,添加,删除,显示树形等操作-Realized B the creation of a tree, based on this information, the construction of the search, completing the search, add, delete, shows such as tree operation
zuiyoufenjie
- 对于给定的自然数n,将其分解为不同个数之和的形式,并使这些数的乘积最大。-For a given natural number n, it will be decomposed into the sum of the number of different forms, and make them the product of the maximum number.