资源列表
[数据结构常用算法] Solutions.for.Introduction.to.al
说明:麻省理工大学 算法导论 英文文档 感受顶尖大学魅力-Introduction to Algorithms MIT top universities feel the charm of the English document<童浩> 在 2026-01-02 上传 | 大小:216kb | 下载:0
[数据结构常用算法] shrtestpath
说明:it is dijkstra s algorithm for shortest path<pratik> 在 2026-01-02 上传 | 大小:1kb | 下载:0
[数据结构常用算法] Cbiancheng100li
说明:实例2 灵活使用递增(递减)操作符共分为8篇,包括基础篇、数值计算与数据结构篇、文本屏幕与文件操作篇、病毒与安全篇、图形篇、系统篇、游戏篇、综合篇,基本涵盖了目前C语言编程的各个方面。 -Example 2 flexible use of increment (decrement) operator is divided into eight, including basic articles, articles numerical computation and data structur<张文> 在 2026-01-02 上传 | 大小:1.68mb | 下载:0
[数据结构常用算法] basic-knowledge-of-data-structure
说明:数据结构基本入门知识,共33个ppt,全是我上课的资料,现在拿来分享。其中有:线性表,栈队列递归,串数组广义表,数与森林,图,查找,排序等等。-Knowledge of the basic entry data structure, a total of 33 ppt, all the information I have class, and now to be shared. Including: linear form, the stack queue recursion, string<jijiyaya> 在 2026-01-02 上传 | 大小:3.02mb | 下载:0
[数据结构常用算法] dijkstra_adjlist
说明:有向图采用邻接表数据结构,求解一点到其余各点的最短路径以及长度-Directed graph using adjacency list data structure, solving the point to the remaining points and the length of the shortest path<帝星卡卡22> 在 2026-01-02 上传 | 大小:870kb | 下载:0
[数据结构常用算法] tree
说明:假设以如下说明的三元组 (F、C、L/R) 序列输入一棵二叉树的诸边(其中 F 表示双亲结点的标识,C 表示孩子结点标识,L/R 表示 C 为 F 的左孩子或右孩子),且在输入的三元组序列中,C 是按层次顺序出现的。设结点的标识是字符类型。F=‘^’时 C 为根结点标识,若 C 亦为‘^’,则表示输入结束。试编写算法,由输入的三元组序列建立二叉树的二叉链表,并以中序序列输出。 ^AL ABL ACR BDL CEL CFR DGR FHL ^^L -Assuming the fo<tesla> 在 2026-01-02 上传 | 大小:1kb | 下载:0