资源列表
Sort
- 折半插入排序,在直接插入排序时,插入位置是通过折半查找法确定的。-Binary insertion sort, in the direct insertion sort, the insertion position is determined by binary search method.
STACK2
- 数据结构中堆栈的一般性操作,如初始化、出栈、入栈等-Stack data structure in the general operations such as initialization, a stack, stack, etc.
BigInt
- Big Integer another large ionteger cla-Big Integer another large ionteger class
DNF
- 实现无向图的深度优先遍历,同时输出遍历结果--Free graph of depth-first traversal, while the output traversal results
doubly_linked_list
- 单链表实现原代码 c语言 添加 删除 修改-single linked list source code using C Add, delete, change
my-dear-c-language-design
- 关于一个在C语言环境下求一个100之内的最大的水仙花数-in order to find a special number that it is the maxinum number from 1 to 100
allocatable
- a program which demonstrates how a FORTRAN main program can declare an allocatable array, pass it to a subroutine, which can then allocate it and fill it with data, and then return the allocated and initialized array to the calling program
HuffmanTree
- 数据结构实验 赫夫曼树算法的C语言程序代码-Experimental data structure Huffman tree algorithm C language code
erchashu
- (1)输入字符序列,建立二叉链表。 (2)遍历二叉树输出。 (3)请设计一个算法,要求该算法把二叉树的叶子结点按从左到右的顺序连成一个单链表,表头指针为head。 二叉树按二叉链表方式存储,链接时用叶子结点的右指针域来存放单链表指针。请遍历该链表输出所有叶子结点,然后再先序遍历二叉树输出所有叶子结点,并对比两个输出结果,看是否相同。 (4)试写一算法判断某二叉树是否是完全二叉树。 (5)试写一算法判断某二叉树是否是二叉排序树。 (6)在主函数中设计一个简单的菜单,分别调试上
234
- 树的创建,遍历等待吗,用C++实现,完全可以运行,对于初学者很有用-Tree creation, traversal Wait for it, using C++ implementation, can operate very useful for beginners
sy5
- 通讯录管理系统,使用VC++6.0开发,数据结构的作业-Address book management system, the use of VC++ 6.0 development, data structure operations
dfsPbfs
- 数据结构,图的深搜和广搜。(DFS+BFS)-Data structures, graph search deep wide search. Data structures, graph search deep wide search. Data structures, graph search deep wide search.
