资源列表
数据结构与算法分析—C语言描述
- 书中详细介绍了当前流行的论题和新的变化,讨论了算法设计技巧,并在研究算法的性能、效率以及对运行时间分析的基础上考查了一些高级数据结构,从历史的角度和近年的进展对数据结构的活跃领域进行了简要的概括。(The book details the current popular topics and new changes, discussed the algorithm design techniques, based on the study of the performance of the al
20164541刘希萌
- 城市管理系统,利用二叉搜索树,实现,插入,删除,查找等功能。(City management system, the use of two forks search tree, to achieve, insert, delete, search and other functions.)
airport
- 一个小型的繁忙飞机场模拟,起落,有一个有限的排队队列。共6问(Simulation a small but busy airport with only one runway.)
迷宫求解
- 迷宫已经定义好,程序会计算输出迷宫的路径(output the path of the maze)
Queen
- 八皇后问题是一个经典问题,此代码可以解决,方便大家交流学习(Solving the eight queens problem)
sort
- 两个简单的c++排序算法,代码比较简单,仅供参考(Two simple c++ sorting algorithms, the code is relatively simple, for reference only)
recursion_overtime
- 几个c++递归超时算法,代码比较简单,仅供参考(Several c++ recursive timeout algorithms, the code is simple, for reference only)
recursion_cycle
- 两个c++递归循环算法,代码比较简单,仅供参考(Two c++ recursive loop algorithms, the code is simple, for reference only)
recursion
- 几个c++递归算法,仅供参考,代码比较简单(Several c++ recursive algorithms, for reference only, relatively simple,good luck)
qsort
- 一个小小的c++程序,可以实现快速排序,比较简单(A small c++ program that can achieve quick sorts, relatively simple,good luck)
实验(1)
- 数据结构实验一,模仿打印机,排队等候,输出结果(data program Data structure experiment First, imitate the printer, wait in line, output the result)
猴子选大王
- 猴子选大王,有N只猴子,从1~N进行编号。它们按照编号的顺时针方向,排成一个圆圈,然后从第一只猴子开始报数。第一只猴子报1,以后每只猴子报的数字都是它前面猴子所报数字加1。如果一只猴子报的数字是M,则该猴子出列,下一只猴子重新从1开始报数。剩下的猴子继续排成一个圆圈报数,直到全部的猴子都出列为止。最后一个出列的猴子胜出。按照上述规则,编写程序选出排成一圈的猴子中的大王。(Monkey King, N monkeys, numbered from 1 to N. They are in accor