资源列表
[数据结构常用算法] BinSearchTree
说明:c语言编写的二叉树问题,用的是链结合二级指针实现,合适初学者学习和使用-c language of the binary tree with the chain binding the two pointers, suitable for beginners to learn and use<myron> 在 2025-07-20 上传 | 大小:181kb | 下载:0
[数据结构常用算法] Lorentz-model
说明:Lorentz model to describe materials (negative and positive permittivity)-Lorentz model<jie> 在 2025-07-20 上传 | 大小:3kb | 下载:0
[数据结构常用算法] floyed
说明:这是一个图论经典程序。 图论最短路径的Floyd算法,供大家参考。-This is a classic graph theory program. Graph theory Floyd algorithm of the shortest path, for your reference.<jiangyixing> 在 2025-07-20 上传 | 大小:5kb | 下载:0
[数据结构常用算法] Group
说明:1.建立并显示图的邻接矩阵。 2.建立并显示图的邻接表。 3.实现图的深度优先和广度优先遍历。 4.实现最小生成树的算法。 5.实现拓扑排序算法。-(1) to establish and show the adjacency matrix. 2 and displays the adjacency table. Depth first and breadth-first traversal of the graph. (4) to achieve the minimum spa<陈小默> 在 2025-07-20 上传 | 大小:3kb | 下载:0
[数据结构常用算法] Stack
说明:1、定义顺序栈类型,实现栈的所有基本操作。 2、定义链栈类型,实现栈的所有基本操作。 3、实现数制的转换-1, define the order of the stack type, to achieve the stack all the basic operations. 2, define the chain stack type to achieve the stack all the basic operations. 3, conversion of number syste<陈小默> 在 2025-07-20 上传 | 大小:2kb | 下载:0
[数据结构常用算法] LinkList
说明:1、实现单链表的所有基本操作包括表的初始化、第i个元素前插入一个新的元素、删除第i个元素、查找某元素、顺序表的销毁。 2、测试链表所有功能 3、实现循环链表的基本操作,并编写测试程序。 4、实现双向链表的基本操作,并编写测试程序。 5、实现单链表的逆置。 6、判定两个链表是否相交。-A single linked list of all the basic operations, including the initialization of the table, inser<陈小默> 在 2025-07-20 上传 | 大小:4kb | 下载:0