资源列表
实验七
- 几种排序算法的动画演示,包括冒泡排序,选择排序,插入排序,快速排序,堆排序,支持单步演示,-several algorithm animation demonstration, including Bubble Sort, select, in order of insertion sort, quick sort, heap sort, support single-step demonstration
mazh
- 旅行商问题的算法,采用分枝限界。网上都只有算法描述,没有实现,这里给出了完整实现,并封装成1个类。-TSP algorithm used Branch and Bound. Only online algorithm descr iption, failed to materialize here is the realization of complete, and packaged as a category.
someag
- 各种内部排序法演示,程序对输入的无序序列分别用简单插入,折半插入,一趟快速排序,简单选择排序,堆排序等算法进行排序输出。-internal sequencing demonstrated that the procedures for the importation of disorderly sequences were inserted with a simple, half-inserted, the trip rapid sequencing, simple choice, in ord
floatbck
- 表达式求值,用顺序栈实现,表达式可以为多位数浮点型,先转换为后序表达式输出,然后求值。-expression evaluates, with the order Stack, in the expression for multi-digit floating point, after first converted to the output sequence expression, and then evaluated.
货担郎问题
- 货担郎问题,求两点间最短路径。单源最短路径的求取。-goods, for the shortest path between two points. Single-source shortest path to the strike.
数据结构系列数学问题
- 数据结构系列常见数学问题代码集锦,包括猴子分桃,百鸡百钱等一系列经典问题-series of common data structure code Collection mathematical problems, including monkeys - peach, 100 chickens hundred classic series of money problems
推箱子小游戏
- 数据结构小作业,用C++做的一个推箱子的小游戏,小巧简单-data structures small operation, with C do a little game magazines, compact simple
各种排序法
- 数据结构各种经典排序法集锦,包含了几种最常用的排序法-various data structure classic sort magazines, including several ranking of the most commonly used method
逆波兰计算器
- 数据结构经典常用算法,采用逆波兰式编制的小型计算器-data structure used classical algorithm, using inverse Polish establishment of small calculators
诺汉塔画图版
- 汉诺塔算法。数据结构经典常用算法,非递归算法图形版-HANOR algorithm. Data structure algorithms commonly used classic, non-graphic version of recursive algorithm
带头结点双链循环线性表
- 带头结点双链循环线性表,数据结构的常用经典算法-lead node cycle linear double-stranded form, the data structure used classical algorithm
Huffman树
- 用加权二叉树,最小堆和贪心算法实现的Huffman树,对学算法和数据结构的朋友很有帮助-weighted binary tree, the smallest reactors and the greedy algorithm Huffman tree for school algorithm and data structure of helpful friends
