资源列表
[数据结构常用算法] decisiontree
说明:这个是一个关于建立决策树的python程序.本程序运用entropy来决定splitting point.处理的数据得在程序中输入.希望大家觉得有用-This is a decision tree on the establishment of procedures for the python. Entropy of the process to decide the use of splitting point. Deal with the data was input in the pro<icer> 在 2025-06-11 上传 | 大小:1kb | 下载:0
[数据结构常用算法] ListMethodoctaloutput
说明:数据结构中,用链表法实现八进制数值输出的程序-List Method octal output<彭丹> 在 2025-06-11 上传 | 大小:1kb | 下载:0
[数据结构常用算法] ShortDistance
说明:或得一个连通图两两之间最短路径的代码,算法导论上的算法,自己实现的-a funtion to get the shortest distance between each to noeds in a graph<董大凡> 在 2025-06-11 上传 | 大小:1kb | 下载:0
[数据结构常用算法] ImprovedEbulliton
说明:冒泡法改进: 1.若某次循环中没有数据交换过,则可认为数据已经有序了,不必再进行循环了,可在程序中设一变量Flag 用来标识有无数据交换 2.如果在一次循环中,最后的某些元素没有交换过,则说明后面这些元 素的顺序已排序,下次循环可不对其进行比较-Bubble Act to improve: 1. If there is no cycles in a data exchange, and may think the data has been orderly, and no long<yangxh> 在 2025-06-11 上传 | 大小:1kb | 下载:0