资源列表
257
- 几个比较好的初级算法,初学者可以看一下思想,对算法入门-A few good elementary algorithms, beginners can look at thinking on algorithms entry
125
- 经典链表删除算法,初学者可能遇到的问题这里解决了-Classic list deletion algorithm, beginners may encounter problems solved here
124
- 比较简单的堆排序算法提供了一个很好的思路,简单易懂值得看哦-Heap sorting algorithm is relatively simple, straightforward worth Kane
Simrosotu
- Fira league to join the strategy battle
Art-of-Computer-Programmin
- 计算机程序设计艺术.第4卷.第4册生成所有树组合生成和历史-Art of Computer Programming. Volume 4 Part 4 generates all trees combined generation and history
ForestToBTree100
- 森林转化二叉树。输入森林中各树的广义表,建立森林,并将其转化为二叉树,输出森林中各树的先序遍历结果以及转化后的二叉树先序遍历结果-Convert forest to binary tree. Input generalized lists of each tree in a forest, establish this forest, and convert it to a binary tree. Output preorder traversal results of each tree i
Huffman100
- 使用Huffman编码进行文本加密(压缩)的一个示例程序。输入一段文字,自动建立Huffman树并生成各字符对应编码,并对编码前和编码后分别占用的空间进行计算-A sample program using Huffman code for text encryption (compression). Enter a text, program will automatically create Huffman tree and generate the corresponding charact
ThePsuanfa
- 初写RSA算法,要很多纰漏,算法比较简单,望各位多多指教。-Early writing RSA algorithm, to a lot of flaws, the algorithm is relatively simple, hope you exhibitions.
project
- 数据结构课程设计。基于多种查询策略的航班信息管理系统。实现一个航班信息管理系统,能对已有的航班信息文件进行管理,具体包括航班信息的查询、增加、删除等,其中查询的实现要分别基于线性表、二叉排序树、哈希表三种策略。-Data structure curriculum design. Query strategy based on a variety of flight information management system. Achieve a flight information manage
InsertSort
- 插入排序#sort the number from small to big #insert the rest number into an sorted array ,compare with the former element, #if smaller then insert before the element,and all the array number move backward.-Insert Sort
paixu
- 利用随机函数产生N个随机整数(20000以上),对这些数进行多种方法进行排序。 (1)至少采用三种方法(希尔排序、快速排序、堆排序)实现上述问题求解; (2)统计每一种排序方法的性能(以上机运行程序所花费的时间为准进行对比),找出其中两种较快的方法; (3)统计每种算法所用的比较次数和交换次数,最后列表显示; -Using the random function random integers N (20,000 or more), the number of these var
migong
- 以一个m*n的长方阵表示迷宫,0和1分别表示迷宫中的通路和障碍。设计一个程序,对任意设定的迷宫,求出一条从入口到出口的通路,或得出没有 通路的结论 -To an m* n the long square maze, 0 and 1, respectively maze of paths and obstacles. Design a program, for any set of the maze, find a path from the inlet to the outlet, or