资源列表
Josephus
- 设有n个人围坐在一个圆桌周围,现从第s个人开始报数,数到第m的人出列,然后从出列的下一个人重新开始报数,数到第m的人又出列,…,如此反复直到所有的人全部出列为止。Josephus问题是:对于任意给定的n,s和m,求出按出列次序得到的n个人员的序列。-With n individuals sitting around a round table is starting from the first s individuals reported number, the number of peopl
exchange_perfix
- 中缀表达式 后缀表达式:不包含括号,运算符放在两个运算对象的后面,所有的计算按运算符出现的顺序,严格从左向右进行-Infix expression postfix expression: does not contain parentheses, operator on two operands in the back, all the calculations appear in the order according to operator, strictly from left to ri
tree
- ACM 树同构,比赛常用的算法,值得收藏学习-ACM
migong
- 迷宫求解 与用户交互创建迷宫并提供用户选择出口与入口,显示出来-Maze Solving and user interaction to create the maze and to provide the user to select export and import, display
CAlgorithm
- C常用算法程序集,分20课题收集了编程中上百个常用算法。请采用C编译环境-C common algorithms for assembly, sub-20 subjects in the collection of hundreds of commonly used programming algorithm. Please use the C compiler environment
cpp_code
- codes for c programming
Cat_friend
- C++有关于类和友元的代码! C++有关于类和友元的代码!-C++C++有关于类和友元的代码!C++有关于类和友元的代码!
paqixu-Source
- 基于选择法排序的动态演示程序 ,学习数据结构的同学可以看看!-paixun
queen
- 八皇后问题算法 老师留得算法作业 完成了老师规定的要求-eight queens
sort
- 本人自己写的外排序,可以根据数据类型、文件大小,受限内存大小手动调整,非常适合学习外排序的爱好者下载和学习。-I wrote it myself, outside the sorting may be based on data type, file size, is limited to manually adjust the memory size is very suitable for learning outside the sort of fans to download and s
selectlib
- 这里有常用的选择排序,这是学习数据结构的经验总结,包含了选择排序和堆排序,以及其时间复杂度和空间复杂度的考虑,希望对大家有所帮助。-There are commonly used in selection sort, which is a summary of experiences to learn data structures, including the selection sort and heap sort, as well as its time complexity and sp
changesortlib
- 这是交换排序的程序,包含冒泡泡排序和快速排序算法,有比较详细的介绍和其复杂度的分析。-This is the sort of exchange program, including the risk bubble sort and quick sort algorithm, a more detailed descr iption and its complexity analysis.