资源列表
68178983
- 本人自已寫的一個24 c的計算器 希望大家多多的幫我改正, 有什麽更好的算法,還請指 c!()
wrotocalbyte
- 本人自已寫的一個24 c的計算器 希望大家多多的幫我改正, 有什麽更好的算法,還請指 c!()
《数据结构(C语言版)》严蔚敏+吴伟民+
- 这是数据结构C语言版的PDF文档,吴伟民(Data structure C language version PDF document)
RBTree.h.tar
- it's for rbtree, It can be used to insert,delete,rotate,destory and update
内排序
- [问题描述] 设计一个用链表表示的直接选择排序算法,并用程序实现。 [输入] 待排序记录个数n,各待排序记录值。 [输出] n个记录由小到大排列的结果。 [存储结构] 待排序记录链式存储。 [算法的基本思想] 已知待排序初始序列用单链表存贮,头指针head指向第一个结点,从这个待排序列中找出最小结点,插入head之后,用r来指示。r以前为已排序序列,r以后为未排序序列。再从未排序序列中找出最小结点插入r的后面,让r指向这个结点。反复执行这个过程,直到排好序。(Design a
adjacency matrix to represent the graph
- (1)使用邻接矩阵表示图,定义相应的抽象数据类型。 (2)实现两个图ADTs的上述函数。 (3)从空图开始,生成图形对象表示图1所示的图形,将顶点和边逐一插入。 (4)以BFS方式遍历图。((1) Use adjacency matrix to represent graphs and define the corresponding abstract data type. (2) Realize all the above functions for the two graph AD
二叉树
- 这是一份关于二叉树的代码,代码结构清晰,需要的小伙伴可以看一看。(This is a code about the two fork tree. The structure of the code is clear, and a small partner needs to have a look.)
Archive 3
- 数据结构oj作业第一题,使用布尔数组的新颖算法(Data structure OJ homework first question, a new algorithm using Boolean array)
Archive
- 数据结构oj1-3,链表排序算法,仅作参考(Data structure oj1-3)
New folder (5)
- 这是我复习时候的一些数据结构和算法,希望对大家有帮助(this is my pratice and I share with other person ,and I want to learn more.)
test1
- 本程序利用二叉树实现了表达式的存储和计算的功能(Storage and calculation of expressions with two forked trees)
yasuo
- 用快速排序,归并排序,基数排序,计数排序实现对整形数据和字符串的排序(Sort the data and string by quick sort, merge sort, base sort and counting sort.)