资源列表
[数据结构常用算法] allBtreebianli
说明:集合了数据结构二叉树的基本知识,讲解了二叉树的几种遍历,先序中序后序遍历的递归非递归用法-A collection of basics binary tree data structure, explain several binary tree traversal, after the first sequence in order preorder recursive non-recursive Usage<刘强> 在 2025-06-13 上传 | 大小:17kb | 下载:0
[数据结构常用算法] n_queen
说明:在n×n格的棋盘上放置彼此不受攻击的n个皇后,按照国际象棋的规则,皇后可以攻击与之处在同一行或同一列或同一斜线上的棋子,求解可以放置的方法种数。-Placed on the n × n chessboard grid attack each other n-queens, in accordance with the rules of chess, the queen can attack in the same row or column, or diagonal pieces of the<黄芳> 在 2025-06-13 上传 | 大小:1kb | 下载:0
[数据结构常用算法] process
说明:主要是用算法设计里面的基本知识来编写一些小程序,比如用广度优先算法解决迷宫问题,动态规划解决工作调度问题等等。-Is mainly used in algorithm design basic knowledge to write a small program, such as using breadth-first algorithm to solve maze problem, dynamic programming to solve job scheduling problem, and<万羽> 在 2025-06-13 上传 | 大小:9kb | 下载:0
[数据结构常用算法] leecode
说明:leetcode上面部分算法的实现,目前已经实现了非递归前序遍历为二叉树,数组连续最大面积等-some algorithm leetcode<chenguoqing> 在 2025-06-13 上传 | 大小:12kb | 下载:0
[数据结构常用算法] EcanConvertToCh
说明:这是一个小的类库,可以实现许多小功能,直接调用就好。比如中文字符串转汉语拼音字符串-chinese To english<Joy> 在 2025-06-13 上传 | 大小:4kb | 下载:0
[数据结构常用算法] flower-tree
说明:所谓的带花树算法就是,把整个圈缩成一个点,Edmonds称这个超级点为“花”,就是说,原圈里的所有点都作为外点,然后继续搜索。再之后的过程中,已经被缩的点还可能被嵌套地收缩。 当我们找到一条增广路之后,还要把路上的“花”展开。 总之,带花树的算法思想就是缩点-继续找增广路-找到之后把花展开。 这个算法的思想并不难理解、难的是实现。 -The algorithm is called with trees and flowers, the whole circle shrunk t<蓝星超> 在 2025-06-13 上传 | 大小:2kb | 下载:0