资源列表
Fac5_11
- // //本程序取自王晓东编著“算法分析与设计”第 182 页,例 //电路板排列问题回溯解法 -////This procedure Xiaodong edited from the Algorithm Analysis and Design section 182, for example,// circuit board with the issue of retrospective method
Fac6_3
- //本程序取自王晓东编著“算法分析与设计”第 198 页,例 //装载问题的分支限界解法-//This procedure Xiaodong edited from the Algorithm Analysis and Design, p. 198, for example,// load the problem branch and bound method
zuixiaoshengchengshu
- 使用贪心算法编程,求解最小生成树问题,并给出详细的过程!-The use of greedy algorithm programming, minimum spanning tree problem solving, and gives details of the process!
tiaomawenti
- 讲述回溯法的基本原理,使用回溯法编程,求解跳马问题。-Backtracking on the basic principles, the use of backtracking programming, problem solving vault.
Library
- 图书管理系统: 控制台界面--在存储信息的时候模拟了一颗B树-Library management system: console interface- to store information in a time when a B simulated tree
binarysearch
- 数据结构中的查找算法,实现的是在递归条件下的对半查找法-Find a data structure in the algorithm is recursively under the conditions of semi-Find Law
binarytree
- 数据结构中的排序算法,实现的是二叉树排序算法-Data structure of sorting algorithm, the realization of the binary tree sorting algorithm
stack
- 数据结构中堆栈的应用,实现的是从中序到后序的转换和计算-Data structure in the application stack, from the realization of the sequence to the sequence after the conversion and the calculation
circularqueue
- 数据结构中队列的应用,用单链表实现循环队列-Queue data structure in the application of the realization of a single linked list Circular Queue
generalizedlist
- 数据结构实现——数据结构算法中关于广义表的简单实现-Data structure- Data structure of algorithm on a simple realization of the generalized form
sjjgkcfd2
- 数据结构复习题 包括选择.填空.程序设计等多种题型-Review Problems of data structure including the selection. Fill in the blank. Program design and many other questions
Dijkstra_Test
- 自己写的Dijkstra算法,能够输出最短路径及其长度,适合初学者-Wrote it myself Dijkstra algorithm, to output the shortest path and its length, suitable for beginners
