资源列表
[数据结构常用算法] 实验2第一个程序
说明:1. 编写线性表初始化函数:Status InitList_Sq(SqList *L); 2. 编写求线性表长度函数:Status ListLength(SqList *L); 3. 编写在第i个位置前插入元素函数:Status ListInsert_Sq(SqList *L, int i, ElemType e); 4. 编写删除第i个元素函数:Status ListDelete_Sq(SqList *L, int i, ElemType *e); 5. 编写获取某个位置的元素函数:Statu<鱼可爱> 在 2025-06-22 上传 | 大小:1kb | 下载:0
[数据结构常用算法] Huffman编码树
说明:该方法完全依据字符出现概率来构造异字头的平均长度最短的码字,有时称之为最佳编码,一般就叫做Huffman编码。(This method is based on the probability of character appearance to construct the shortest mean length of the head, sometimes called the best encoding, which is generally called the Huffman code.<PLEASE> 在 2025-06-22 上传 | 大小:1kb | 下载:0
[数据结构常用算法] huffmanTree
说明:赫夫曼树的创建,以及Huffman编码与字符之间的相互转换(The creation of Huffman tree, and the conversion between Huffman coding and characters.)<SuperLoser> 在 2025-06-22 上传 | 大小:1kb | 下载:0
[数据结构常用算法] 无向图
说明:无向图的创建,转化为邻接矩阵输出,及深度、广度优先遍历(The creation of undirected graph is transformed into adjacency matrix output and depth and breadth first traversal.)<SuperLoser> 在 2025-06-22 上传 | 大小:1kb | 下载:0
[数据结构常用算法] 6
说明:队列操作,包括销毁清空初始化,插入删除某队内元素(Queue operations, including destruction, initialization, insertion and deletion of elements within a team.)<SuperLoser> 在 2025-06-22 上传 | 大小:1kb | 下载:0
[数据结构常用算法] 5
说明:栈的操作,包括初始化创建,插入和删除元素(Stack operations, including initialization, creation, insertion and deletion of elements)<SuperLoser> 在 2025-06-22 上传 | 大小:1kb | 下载:0
[数据结构常用算法] dataStructurePython
说明:python实现队、栈等数据结构,其他结构后续补充(this code implement the queue and stack data structure. the other data structure is coming later.)<runner_yang> 在 2025-06-22 上传 | 大小:1kb | 下载:0
[数据结构常用算法] sort
说明:对快速排序进行优化,对测试数据的前1000个进行排序,并比较优化前和优化后的时间性能差异;实现至少两种线性时间排序算法。(Optimize the quick sorting, sort the first 1000 of the test data, and compare the time performance difference before and after optimization; implement at least two linear time sorting algor<唯唯王> 在 2025-06-22 上传 | 大小:1kb | 下载:0
[数据结构常用算法] dijkstra算法的最短路径
说明:最短路径,可以求解图论中的两点间最短路径。程序可用。可实现效果很好(The shortest path can solve the shortest path between two points in graph theory. The program is available. The effect is very good.)<14754977> 在 2025-06-22 上传 | 大小:1kb | 下载:0
[数据结构常用算法] 图的最短路径之迪杰斯特拉和弗洛伊德算法
说明:数据解构中的经典算法,图的最短路径算法之迪杰斯特拉和弗洛伊德的C++实现(Classic algorithms in data deconstruction, Dijkstra's and Floyd's C++ implementation of the shortest path algorithm of graphs)<大爱快船> 在 2025-06-22 上传 | 大小:1kb | 下载:0