资源列表
[数据结构常用算法] binaryageneral_tree
说明:代码包含了二叉树的创建和普通树的创建,并且有对应的前序、中序、后序遍历和对应的用队列和栈方法的遍历-The code includes the creation of the binary tree and the creation of the tree, and the corresponding pre-order, inorder, postorder traversal and traversal of the corresponding queue and stack method<merle.zhu> 在 2025-06-14 上传 | 大小:6kb | 下载:0
[数据结构常用算法] MyPolynominal
说明:C#实现的多项式加、减、乘、除算法,便于初学编程的同学使用。-C# implementation of the polynomial add, subtract, multiply, in addition to the algorithm, easy beginner programming students.<马海波> 在 2025-06-14 上传 | 大小:3.48mb | 下载:0
[数据结构常用算法] MurmurHash
说明:mur hash是 Austin Appleby于2008年创立的一种非加密hash算法,适用于基于hash进行查找的场景。murmurhash在多个开源项目中得到应用,包括libstdc、libmemcached、nginx、hadoop等。-MurmurHash is a non-cryptographic hash function suitable for general hash-based lookup. It was created by Austin Appleby in 200<garheeli> 在 2025-06-14 上传 | 大小:5kb | 下载:0
[数据结构常用算法] linear
说明:一个功能实用完整的C++链表程序及代码,使用了模板编写了代码,包含删除元素、添加元素、搜索元素、输出元素处理等功能,运行截图如上所示。 -A functional and complete C++ linked list procedures and code, use the template to write code that contains the deleted elements, add elements, search elements, output eleme<suehao> 在 2025-06-14 上传 | 大小:3kb | 下载:0
[数据结构常用算法] BinSearchTree
说明:c语言编写的二叉树问题,用的是链结合二级指针实现,合适初学者学习和使用-c language of the binary tree with the chain binding the two pointers, suitable for beginners to learn and use<myron> 在 2025-06-14 上传 | 大小:181kb | 下载:0
[数据结构常用算法] Lorentz-model
说明:Lorentz model to describe materials (negative and positive permittivity)-Lorentz model<jie> 在 2025-06-14 上传 | 大小:3kb | 下载:0
[数据结构常用算法] floyed
说明:这是一个图论经典程序。 图论最短路径的Floyd算法,供大家参考。-This is a classic graph theory program. Graph theory Floyd algorithm of the shortest path, for your reference.<jiangyixing> 在 2025-06-14 上传 | 大小: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-06-14 上传 | 大小:3kb | 下载:0