资源列表
shuxuzhan
- 本源码是关于数据结构的顺序栈的操作的源码,你可以下载编译。-the source of the data structure is the sequence of operation of the stack source code, you can download the compiler.
BeiBao
- 算法,背包问题新解法,使用C
Binarytreeforthewidth
- 求二叉树中的宽度 二叉树中具有结点数最多的那一层结点总数即是二叉树的宽度。可以采用分层遍历的方法求出所有结点的-Binary tree for the width of tree nodes with the largest total number of nodes that a layer that is the width of tree. Layered traversal can be used to derive all the way to node
BookingSystemForC
- 用C语言实现数据结构中的订票功能,运行程序后可选择订票、退订、退出系统三项功能。订票时输入订票人的姓名、身份证号;确定后系统给出订票人的座位号;退票时只输入持票人的身份证号,若该此人已经成功预定机票,则显示退票成功,若没有订过票,则显示没有订过票的提示信息。-Data structure using C language implementation of the booking functions, run the program with an option to booking, unsu
BinaryTree
- 二叉树,可实现二叉树的插入,删除,中序,前序,后序遍历-Binary tree, binary tree can be realized insert, delete, in order, preorder, postorder traversal
HWEN
- 回文数猜想算法C语言经典实现,运行看看,猜想数字里的其他奥妙吧-Palindrome conjecture algorithm to achieve the classic C language, run to see, guess it figures in the other wonders
sell
- 输入数据的第一行为两个正整数M(M<=1000),N(N<=30),分别表示王伯的资金和鱼的种类。以下N行,每行有两个正整数S(1<=S<=N),T,分别表示某种鱼的编号以及该鱼的价格。 接着,每行有两个整数P,Q。当P,Q均大于0时,表示P,Q不能共处;当P,Q均等于0时,表示输入的结束。 Output 输出数据的第一行为两个正整数X,Y,分别表示所买鱼的条数和总花费。以下X行,每行有一个正整数,表示所买鱼的编号。编号按升序排列输出。 如果题目有多个解,
radix_sort
- 本人亲自用C语言编写的基数排序代码,准确无误。基数排序的算法复杂度为O(d*n),d为最大数值的位数。-Radix Sort personally written in C code is correct. Radix Sort algorithm complexity is O (d* n), d is the maximum value of the median.
knapsack_recur
- 01背包问题的蛮力递归实现,非常值得学习-01 knapsack problem brute force recursive implementation
VC
- C语言程序代码可以使张姓显示在VC下运行-C language program surnamed Zhang showed in the VC run
Single-linked-list
- 大学数据结构实验 单链表的操作-The operation of the single linked list
BDFSM
- 图的遍历算法,可实现对顺序存储结构的图进行深度优先搜索遍历。-Graph traversal algorithm