资源列表
Data-Structure
- 学习数据结构的课件以及数据结构的上机实验指导和详细设计-Learning courseware data structure and data structure experiment on the computer guidance and detailed design
Introduction-To-Algorithms
- 中文名:算法之道,一本很好的介绍算法的书籍,推荐大家-Chinese name: Algorithm of the Road, a good introduction to algorithms books, recommended we look at
Huffman
- 哈夫曼树 用vc6.0编写的哈夫曼树 -Huffman Huffman tree, the tree prepared by vc6.0
kuohaopipei
- 输入一个只有左括号‘(’和右括号’)‘的序列,程序对括号匹配的正确性进行检查并给出结果。-Only enter a left parenthesis ' (' and right parenthesis ' )' the sequence of procedures to check the correctness of matching brackets and give the results.
tanxinsuanfa
- 实现贪心算法-Greedy algorithm to achieve. . .
sort
- 数组排序,VC++排序,C语言排序,2个for-sort in array, sort
duliu
- 对以邻接矩阵为存储结构的图进行 DFS和 BFS遍历. -Adjacency matrix of the storage structure of the graph for the DFS and BFS traversals.
chazhao
- 数据结构 C++ 查找代码 输入所有,输入要查找的,不对会报错,正确会查找-Find Data Structures C++ code to enter all the input you want to find, and do not be an error, the right looks
erchashu
- 本文利用C语言实现了简单的二叉树,每个结点只保存一个整数,并且,由于非常简单,树的根结点是确定的,而不是输入的。确定根结点以后,用户输入的每一个数都被insert到树中(-999表示停止),利用深度优先的方法。建立好二 叉 树以后,分别利用深度优先(DFS)和广度优先(BFS)进行了遍历, -In this paper, a simple C language binary tree, each node only stores an integer, and, due to the very
list_hj
- C语言编写链表的基本实现功能模块,函数清晰好理解,适用于初学链表的人!~-C language linked list of the basic realization of function modules, functions, clear easy to understand for beginners list of the people! ~
Data-into-the-stack-and-the-stack
- 输入任意十个整数,然后将其送入队列,并依次出队。-Enter any ten integer, and then into the queue, and in turn the team.
SearchDLTree
- 演示如何按关键字符串实现遍历双链键树的的操作。-Press the key string shows how to achieve double-stranded key tree traversal operation.
