资源列表
rbtree
- 红黑树的实现包括插入删除左旋右旋等操作。-blackredtree
pro
- 掌握关系连接操作的实现算法,理解算法的I/O复杂性,使用C语言实现重要的关系连接操作算法。-Knowledge of relational join operation algorithm, to understand the algorithm I/O complexity, using the C language important relationships connecting operation algorithm.
中缀转后缀的程序
- 将中缀表达式转化为后缀表达式,并计算它的值,采用栈结构,实现运算
Binary-search-method-
- 折半查找法(在一个给定的数组中有没有给定的数)。-Binary search method (in a given array, there is no number given).
datastructs
- 严蔚敏数据结构教程中的c实现的源代码,对学习数据结构很有用-Yan Wei-min data structures in c tutorial implementation source code, data structures useful for learning
candexe
- 本科数据结构的实验答案,上机实验,C语言编写。-Undergraduate experiment data structure answers-on experiments, C language.
Maze
- input the start point ,it will print a stepline to get out the maze
统计素数与幸运素数
- 统计并打印1 亿以内的所有素数个数,并且打印出1 千万以上1 亿以内的所有幸运素数(如11110111 这样仅有1 位不同,其它位数 字都相同的素数),直接打印答案无效
PCA
- C++语言写的PCA降维算法,里面有两个主元分析C++代码-PCA language C++ dimensionality reduction algorithm, there are two principal component analysis C++ code
directories
- 一个简单的通讯录软件,使用双向链表的数据结构-A simple address book software, the use of doubly linked list data structure
data-structure_C_yanweimin
- the answer of data structure
adjust
- 数据结构与算法中自适应链表的实现,清华大学数据结构试题-Adaptive data structure and algorithm realization of the list, Tsinghua University, questions the data structure