资源列表
nqueens
- 本程序实现的是回溯法解决N皇后问题,并且还有图形化显示。-Implementation of this program is backtracking to solve N Queens problem, and also displayed graphically.
Strassen3
- 本程序实现的两个矩阵的strassen乘法。为了对比还有传统矩阵乘法,和两种算法的运行时间。-The program realization of the multiplication of two matrices strassen. For comparison, traditional matrix multiplication, and the running time of two algorithms.
doublelink
- 实现双链表的各种基本运算,并在此基础上设计一个主程序完成如下功能:-To achieve double-linked list of basic operations, and on this basis, the design of a main program to complete the following functions:
rando
- 实现链栈的各种基本运算,并在此基础上设计一个主程序完成如下功能:-Chain stack to achieve a variety of basic operations, and on this basis, the design of a main program to complete the following functions:
luox
- 以下是一个5*5阶螺旋方阵。设计一个算法输出该形式的n*n阶方阵(顺时针方向旋进)。-The following is a 5* 5 square spiral order. Design an algorithm for the output of the form n* n order matrix (clockwise precession).
sadgf
- 编写一个程序algo7-1.cpp,实现二叉树的各种基本运算,并在此基础上设计一个主程序完成如下功能:-Write a program algo7-1.cpp, a variety of basic operations to achieve a binary tree, and on this basis, the design of a main program to complete the following functions:
erc
- 编写一个程序实现二叉排序树的基本运算,并在此基础上完成如下功能:-Write a program to achieve binary sort tree basic operations, and on this basis, the following functions:
dsft
- 对于如图8.30所示的无向带权图G,采用普里姆算法输出从顶点0出发的最小生成树。-As shown in Figure 8.30 for the undirected weighted graph G, using Prim algorithm output starting from the vertex 0 the minimum spanning tree.
24point
- 计算24点,采用逆波兰式对输入进行判断,应用堆栈对数据进行处理。-24 points calculated using the Reverse Polish Notation on the input to judge the application stack of the data processing.
migong
- 迷宫小程序适合初学者学习分析实用 请老鸟飞过 小菜自编-weism yao shuru English
shuju
- 书中使用主流的程序设计语言C++作为具体的实现语言。 书的内容包括表、栈、队列、树、散列表、优先队列、排序、不相交集算法、图论算法、算法分析 、算法设计、摊还分析、查找树算法、k-d树和配对堆等。 -Book using mainstream programming language C++ as a specific implementation language. The book includes tables, stacks, queues, trees, hash tables
Josephus
- 约瑟夫问题的循环链表求解,可以输出每一步的结果-Joseph circular linked list problem solving, can output the results of each step
