资源列表
[数据结构常用算法] 有向图邻接表的建立,深度广度搜索及拓扑排序
说明:拓扑排序 对一个有向无环图(Directed Acyclic Graph简称DAG)G进行拓扑排序,是将G中所有顶点排成一个线性序列,使得图中任意一对顶点u和v,若边(u,v)∈E(G),则u在线性序列中出现在v之前。通常,这样的线性序列称为满足拓扑次序(Topological Order)的序列,简称拓扑序列。简单的说,由某个集合上的一个偏序得到该集合上的一个全序,这个操作称之为拓扑排序(Topological sort A topological sort for a Directed<晴栀菀歌°> 在 2025-06-11 上传 | 大小:2kb | 下载:0
[数据结构常用算法] New folder (5)
说明:这是我复习时候的一些数据结构和算法,希望对大家有帮助(this is my pratice and I share with other person ,and I want to learn more.)<willl> 在 2025-06-11 上传 | 大小:2kb | 下载:0
[数据结构常用算法] list and sequence table
说明:链表和顺序表的基本操作,简单易懂,简洁明了(The basic operation of the list and the sequence table.)<jane_x> 在 2025-06-11 上传 | 大小:2kb | 下载:0
[数据结构常用算法] DSinfixtopostfix
说明:简单的中缀表达式转后缀表达式并求值的程序。支持加减乘除。内置说明。(A simple program that converts infix expression to postfix, and calculates the postfix expression. Symbol + - * / = ( ) supported.)<yves05> 在 2025-06-11 上传 | 大小:2kb | 下载:0
[数据结构常用算法] erchashuquan
说明:一个二叉树代码主要是二叉树的生成、插入、删除和遍历(A great code)<符程序> 在 2025-06-11 上传 | 大小:2kb | 下载:0
[数据结构常用算法] ha-fu-man-shu
说明:给定n个权值作为n的叶子结点,构造一棵二叉树,若带权路径长度达到最小,称这样的二叉树为最优二叉树,也称为哈夫曼树(Huffman Tree)。哈夫曼树是带权路径长度最短的树,权值较大的结点离根较近。(Given n weights as leaf nodes n, constructing a binary tree. If the right path length to a minimum, said such a binary tree for the optimal binary tre<小白兔> 在 2025-06-11 上传 | 大小:2kb | 下载:0