资源列表
[数据结构常用算法] tree_bfs
说明: a sample tree program using BFS algorithm<SAIKAT MONDAL> 在 2024-11-18 上传 | 大小:1kb | 下载:0
[数据结构常用算法] jp_problem
说明:a solution to josephus problem with a circular link list. a typical examle of circular link list.<SAIKAT MONDAL> 在 2024-11-18 上传 | 大小:1kb | 下载:0
[数据结构常用算法] MatrixMultiply
说明:算法设计与分析 王晓东版的 矩阵连乘的动态规划法和备忘录法的实现-Algorithm Design and Analysis Xiaodong version of the matrix continued by the dynamic programming method and the realization of Memorandum of Law<计科狂人> 在 2024-11-18 上传 | 大小:3.53mb | 下载:0
[数据结构常用算法] BinarySearchTree
说明:二叉搜索树,二叉搜索树的查找过程和次优二叉树类似,通常采取二叉链表作为二叉搜索树的存储结构。中序遍历二叉搜索树可得到一个关键字的有序序列,一个无序序列可以通过构造一棵二叉搜索树变成一个有序序列,构造树的过程即为对无序序列进行排序的过程。每次插入的新的结点都是二叉搜索树上新的叶子结点,在进行插入操作时,不必移动其它结点,只需改动某个结点的指针,由空变为非空即可。搜索,插入,删除的复杂度等于树高。-Binary search tree, b<qinxiaoyu> 在 2024-11-18 上传 | 大小:2kb | 下载:0
[数据结构常用算法] C.pointers.natural.merge.algorithm
说明:C指针自然归并排序算法设计代码C pointers natural merge sort algorithm code -C pointers natural merge sort algorithm code<xc> 在 2024-11-18 上传 | 大小:5kb | 下载:0
[数据结构常用算法] sashujiecheng
说明:用链表实现的大数阶乘,效率并不是很高,但是应该对初学者很有帮助。这是我们的实习作业,希望能够给人以参考-Factorial of large numbers with the list to achieve efficiency is not very high, but should be helpful for beginners. This is our practical work, hoping to give a refer<yinquanchao> 在 2024-11-18 上传 | 大小:277kb | 下载:0
[数据结构常用算法] AlgorithmsAndHomework
说明:该文件中包含了大部分经典算法的C++源程序,同时也包含了相应的题目以及详细的分析解答。可以帮助你深刻体会这些算法的实现过程。-This file contains most of the classical algorithm of C++ source code, but also contains the corresponding answer questions, and detailed analysis. Can help<范兴容> 在 2024-11-18 上传 | 大小:13.38mb | 下载:0
[数据结构常用算法] j_14262_MAZES
说明:迷宫简单功能,自动寻找路径,C++开发,似乎代码不够完全,有缺点-Maze simple function<fangzijian> 在 2024-11-18 上传 | 大小:40kb | 下载:0