资源列表

[数据结构常用算法heap

说明:数据结构中堆排序利用了大根堆(或小根堆)堆顶记录的关键字最大(或最小)这一特征,使得在当前无序区中选取最大(或最小)关键字的记录变得简单。(Heap sorting in data structures, building the largest (smallest) heap)
<yyuan> 在 2024-12-25 上传 | 大小:1kb | 下载:0

[数据结构常用算法实验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, ElemTy
<鱼可爱> 在 2024-12-25 上传 | 大小: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 gene
<PLEASE> 在 2024-12-25 上传 | 大小:1kb | 下载:0

[数据结构常用算法huffmanTree

说明:赫夫曼树的创建,以及Huffman编码与字符之间的相互转换(The creation of Huffman tree, and the conversion between Huffman coding and characters.)
<SuperLoser> 在 2024-12-25 上传 | 大小:1kb | 下载:0

[数据结构常用算法无向图

说明:无向图的创建,转化为邻接矩阵输出,及深度、广度优先遍历(The creation of undirected graph is transformed into adjacency matrix output and depth and breadth first traversal.)
<SuperLoser> 在 2024-12-25 上传 | 大小:1kb | 下载:0

[数据结构常用算法6

说明:队列操作,包括销毁清空初始化,插入删除某队内元素(Queue operations, including destruction, initialization, insertion and deletion of elements within a team.)
<SuperLoser> 在 2024-12-25 上传 | 大小:1kb | 下载:0

[数据结构常用算法5

说明:栈的操作,包括初始化创建,插入和删除元素(Stack operations, including initialization, creation, insertion and deletion of elements)
<SuperLoser> 在 2024-12-25 上传 | 大小:1kb | 下载:0

[数据结构常用算法E2

说明:怎样使用数据结构算法实现判断回文数字的程序(Using data structure algorithm to judge the palindrome)
<yczsh> 在 2024-12-25 上传 | 大小:1kb | 下载:0

[数据结构常用算法单链表(修正版)

说明:创建单链表,可以以此为一个简单的模版进行套用(Create a single chain table)
<快乐UK> 在 2024-12-25 上传 | 大小:1kb | 下载:0

[数据结构常用算法dataStructurePython

说明:python实现队、栈等数据结构,其他结构后续补充(this code implement the queue and stack data structure. the other data structure is coming later.)
<runner_yang> 在 2024-12-25 上传 | 大小: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
<唯唯王> 在 2024-12-25 上传 | 大小: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> 在 2024-12-25 上传 | 大小:1kb | 下载:0

源码中国 www.ymcn.org