资源列表
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
SA
- eight puzzle with SA
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
6-1solution
- 哥尼斯堡的“七桥问题”,哥尼斯堡是位于普罗格河上的一座城市,包含两个岛屿及连接他们的七座桥,问可否走出这样的七座桥,而且每桥只走一次-Konigsberg' s " Seven Bridges problem," Konigsberg is a city located on the river progreso, contains two islands and seven bridges connecting them, asking whether we could
bdKlobuchar
- 是导航初步学习的重要文件,导航专业可以借鉴-Is an important document navigation, navigation professional can learn
