资源列表
recursion
- 几个c++递归算法,仅供参考,代码比较简单(Several c++ recursive algorithms, for reference only, relatively simple,good luck)
recursion_cycle
- 两个c++递归循环算法,代码比较简单,仅供参考(Two c++ recursive loop algorithms, the code is simple, for reference only)
recursion_overtime
- 几个c++递归超时算法,代码比较简单,仅供参考(Several c++ recursive timeout algorithms, the code is simple, for reference only)
sort
- 两个简单的c++排序算法,代码比较简单,仅供参考(Two simple c++ sorting algorithms, the code is relatively simple, for reference only)
Queen
- 八皇后问题是一个经典问题,此代码可以解决,方便大家交流学习(Solving the eight queens problem)
迷宫求解
- 迷宫已经定义好,程序会计算输出迷宫的路径(output the path of the maze)
airport
- 一个小型的繁忙飞机场模拟,起落,有一个有限的排队队列。共6问(Simulation a small but busy airport with only one runway.)
20164541刘希萌
- 城市管理系统,利用二叉搜索树,实现,插入,删除,查找等功能。(City management system, the use of two forks search tree, to achieve, insert, delete, search and other functions.)
数据结构与算法分析—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
bank queue
- 运用数据结构中的栈结构,实现模拟银行排队的功能(Using the stack structure of data structure, the function of simulating Bank Queuing is realized)
file encryption
- 利用数据结构中的队列结构,实现简单的文件加密(Using the data structure of the queue structure, to achieve simple file encryption)
Huffuman tree
- 运用C语言实现经典的压缩算法——赫夫曼编码,供大家学习(Huffman encoding compression algorithm, using C language to achieve the classic, for everyone to learn)