资源列表
[数据结构常用算法] knight-tour_DFSandBFS_SQueue
说明:在一个N*N的棋盘上指点任意一点的坐标,以马走日的方式走完整个棋盘且没有重复,试分别用DFS、BFS方法求解并输出全部可能的路径。(knight tour problem solved by the method of BFS and DFS.)<急速蜗牛> 在 2025-06-23 上传 | 大小:42kb | 下载:0
[数据结构常用算法] bellFord-(2)
说明:BellFord 算法,查找图的最短路径,C++代码实现(BellFord algorithm, find out the shortest path of figure and c++ code implementation)<小田> 在 2025-06-23 上传 | 大小:1kb | 下载:0
[数据结构常用算法] Polynomial
说明:Visual C++实现,实现了实数多项式的加法和减法,用于了Vector和链表两种方法(Visual c++ implementation, has realized the real polynomial addition and subtraction, two methods used in the Vector and list )<宋富洪> 在 2025-06-23 上传 | 大小:14kb | 下载:0
[数据结构常用算法] sqlist
说明:顺序表操作,显示数据(遍历线性表),修改数据(提供位置和新值), 插入数据(提供位置和新值,.删除数据,读取数据(提供位置),数据反转,求表长度(Order table operation, display data (traverse linear meter), modify the data (position and provide new value), insert data (position and provide new value, delete data, read dat<CBY> 在 2025-06-23 上传 | 大小:1.18mb | 下载:0
[数据结构常用算法] Binary-Tree-Preorder-Traversal
说明:leetcode上的题目,二叉树的,考察基本的数据结构,程序员面试必备。(a problem in leetcode)<liu> 在 2025-06-23 上传 | 大小:1.77mb | 下载:0
[数据结构常用算法] KuaiPai
说明:对输入数据进行排序,采用的方法是快速排序法(quick sort)<Donal Zhang> 在 2025-06-23 上传 | 大小:1kb | 下载:0
[数据结构常用算法] biaodashiqiuzhi
说明:自己编写的堆栈,单链表实现,并用于表达式求值(中缀转后缀、后缀求值)(I have written a stack, single linked list implementation, and for expression uation (infix turn suffix, suffix uation))<Yin> 在 2025-06-23 上传 | 大小:1.85mb | 下载:0