资源列表
RecommendedExercise1
- SSD5第一次recommended exercise 的答案。
DataStructure
- 用C++成功实现了数据结构中各种常见排序的算法,冒泡、快速、希尔、选择等-sorting
A star
- 这是A*算法,一种评估函数算法,广度优先搜索其实是A*算法的特例,它的评估函数只有深度-Search
Case.to.digital.converter
- 1,可转换万亿以内的人民币金额数字 2,可转换到小数点后2位,精确到分,后面直接舍去,没做四舍五入 3,本程序未作完整字符过滤,请勿尝试无关字符 4,输入的金额可以带逗号比如123,456,000 也可以不带逗号-1, can be converted trillion yuan less than the amount of number 2, can be converted to decimal 2, accurate to the point, followed by dir
sherwood
- sherwood算法的C语言描述,并与算法A,B,D算法进行了比较。-sherwood C language descr iption of the algorithm, and with the algorithm A, B, D algorithm are compared.
Bubble_Sort
- 用c语言的数据结构算法。采用自下向上扫描,对R做冒泡排序-C language data structures with algorithms .Using bottom-up scan, on the R to do bubble sort
bitree
- 二叉树建立与非递归遍历 方法是借助数据结构中的栈或是队列-Establishment and non-recursive binary tree traversal method is through the stack data structure or queue
Width
- 求一棵二叉树的宽度,主要是将每层的宽度求出,然后做一个比较,找出最宽的。-Find the width of a binary tree, mainly to calculate the width of each layer, and then make a comparison to find the widest.
xanxingbiaodechangdudeng
- 实现线性表的操作,插入,删除,求表长,按大小排序等-make out the string and know the length and so on
polynomial
- 一元多项式相加,创建单链表操作,然后用单链表返回值-Of Multinomial added together, create a single list operation, then the return value with a single linked list
111
- 实现数组的自动排序,以及2个一维数组的合并。合并后的新数组也实现自动排序 -To achieve an array of automatic sorting, as well as two one-dimensional array of the merger. After the merger is also automatically sort the new array
labyrinth.c.tar
- 这是一个迷宫的问题。。。。 设计一个迷宮,找出迷宮路径-LABYRINTH
