资源列表
[数据结构常用算法] bubble--sort-algorithm
说明:冒泡排序 自己写出来的 自己是初学者 希望它对您有帮助-bubble sort algorithm<汪霞> 在 2025-06-15 上传 | 大小:1kb | 下载:0
[数据结构常用算法] Maze
说明:本代码实现了最简单的走迷宫算法,迷宫是一个二维数组,暂时没实现自动生成迷宫,只是实现了自动找到出口的一个算法,感兴趣的可以下载下来研究,说不定会带给你一些灵感。-The source implementation of the easiest maze algorithm, the maze is a two-dimensional array, temporarily not automatically generated maze, just an algorithm to automati<东邪> 在 2025-06-15 上传 | 大小:1kb | 下载:0
[数据结构常用算法] treetolist.cpp
说明:从二叉变成双向链表。。面试经常会遇到的题目-Binary into a doubly linked list. .<党文亮> 在 2025-06-15 上传 | 大小:1kb | 下载:0
[数据结构常用算法] shortest-path
说明:最短路径算法,基于图论的网络图理论,代码简单,可以自行修改矩阵-Shortest path algorithm, network diagrams based on graph theory, a simple code, you can modify the matrix<wq> 在 2025-06-15 上传 | 大小:1kb | 下载:0
[数据结构常用算法] kmp_test
说明: 实现KMP算法,输入三组主串S和模式串P,输出模式串的Next(j)函数值,以及该P在S中的位置的定位函数值,即序号值。其中S的长度为15~25,P的长度为5~8。-KMP algorithm, enter the three main string S and pattern string P output mode string Next (j) The function value, as well as the P position in the S orientation funct<雨落> 在 2025-06-15 上传 | 大小:1kb | 下载:0