资源列表
[数据结构常用算法] queen
说明:N皇后问题是算法中回溯法应用的一个经典案例 回溯算法也叫试探法,它是一种系统地搜索问题的解的方法。回溯算法的基本思想是:从一条路往前走,能进则进,不能进则退回来,换一条路再试。 -N queens problem is backtracking algorithm applied a classic case of backtracking algorithm, also called heuristics, which is a systematic method for solvi<余啸坤> 在 2025-06-23 上传 | 大小:591kb | 下载:0
[数据结构常用算法] tree
说明:实现二叉树的先序遍历,中序遍历和后序遍历的递归和非递归算法,以及层次遍历的算法。 用二叉树来表示代数表达式,树的每一节点包括一个运算树,代数表达式中包含“+”,“—”,“*”,“/”和一位整数且没有错误,按照先乘除后加减的原则构造二叉树。 构造一颗哈夫曼树,输出对应的哈夫曼编码和平均查找长度。-Recursive and non-recursive algorithm binary tree preorder, preorder and post-order traversal, and<余啸坤> 在 2025-06-23 上传 | 大小:1.23mb | 下载:0
[数据结构常用算法] linkedlist
说明:linkedlist 数据结构作业 课后实习-linkedlist after-school job placement data structure<jinliang> 在 2025-06-23 上传 | 大小:5kb | 下载:0
[数据结构常用算法] Data-structure-data
说明:《数据结构》是研究非数值计算的程序设计中计算机的操作对象以及它们之间的关系和操作等等的学科. -"Data structure" is between a computer program design and calculation of the non numerical operations in the objects and their relationships and operations and so on subject.<shenlong> 在 2025-06-23 上传 | 大小:1.13mb | 下载:0
[数据结构常用算法] C-suanfajingdian
说明:C语言经典算法合集, Char1-char20-Classic C language algorithms Collection, Char1-char20<ibug> 在 2025-06-23 上传 | 大小:435kb | 下载:0
[数据结构常用算法] LinkStruct_josephus
说明:用链表结构解决约瑟夫问题,这是数据结构中的一个重要部分-The solution of the Joseph problem with chain structure, which is an important part in data structure<thinking_fioa> 在 2025-06-23 上传 | 大小:211kb | 下载:0