资源列表
math
- 算法,一个算术表达式是由操作数(operand)、运算符(operator)和界限符(delimiter)组成的。假设操作数是正实数,运算符只含加减乘除等四种运算符,界限符有左右括号和表达式起始、结束符“#”,如:#(7+15)*(23-28/4)#。引入表达式起始、结束符是为了方便。编程利用“算符优先法”求算术表达式的值。-Algorithm, an arithmetic expression is made up of operands (operand), operator (operat
Huffman
- 数据结构,Huffman编码与解码,采用Huffman编码和二叉树知识-Data structure, Huffman encoding and decoding, using Huffman encoding and two fork tree knowledge
njbus
- 数据结构,公交线路提示,采用的是图的算法 -Data structure, bus line tips, the use of the algorithm
hash
- 数据结构,Hash表应用,采用的是查找算法-Data structure, Hash table application, using the search algorithm
sort
- 数据结构,排序算法比较,采用了直接插入排序、折半插入排序,起泡排序、快速排序、选择排序、堆排序,基数排序七种排序方法-Data structure, sorting algorithm comparison, use of the direct insertion sort, binary insertion sort, bubble sort, quick sort, selection sort, heap sort, radix sort seven ranking method
migong
- 数据结构,迷宫算法,利用栈操作实现迷宫问题求解-Data structure, maze algorithm, the use of stack operations to solve the maze problem
mapsearch
- 数据结构,关键路径问题,设计并实现关键路径的一种应用,采用图的算法-Data structure, critical path problem, using graph algorithm
eight_queen
- 八皇后问题的python实现,喜欢折腾算法的朋友,可以下载看看。-Eight queens problem Python implementation, like tossing algorithm friends, you can download to see.
HeapSort_p86
- 堆排序。修订了教课书上程序代码的不足。提供了完成的调试方案-Heap sort
QuickSort_p88
- 快速排序。修订了教课书上程序代码的不足。提供了完成的调试方案-quick sort
MergeSort_p89
- 归并排序。修订了教课书上程序代码的不足。提供了完成的调试方案-merge sort
SelectionSort_p85
- 选择排序。修订了教课书上程序代码的不足。提供了完成的调试方案-Selection sort