资源列表
hashtable
- 数据结构与算法,关于哈希表的建立、插入、查找、删除功能的实现-hashtable with some functions like insert ,find ,remove, search
huffmantree
- 数据结构与算法,关于哈弗曼树的C++语言实现,其中涉及二叉树和优先队列的相关知识-a piece of code about HuffmanTree ,use the C++ language, and also include some knowledge of binarytree and prior tree.
Generic-function
- 泛型函数: 总结:使用标准模板库 (STL) C++标准库提供了更为安全,更为灵活的数据集处理方式。 STL的最主要的两个特点:数据结构和算法的分离,非面向对象本质。 访问对象是通过象指针一样的迭代器实现的;容器是象链表,矢量之类的数据结构,并按模板方式提供; 算法是函数模板,用于操作容器中的数据。由于STL以模板为基础,所以能用于任何数据类型和结构。-Generic function: Summary: Using the Standard Template Library
quick
- 使用快速排序法,将无序的序列排成有序的序列-Use Quick Sort, the disorderly arranged in orderly sequence sequence
hill
- 使用希尔排序法,将一个无序序列排成有序序列-Sequencing method using the Hill will be arranged in an unordered sequence of ordered sequence
heap
- 使用堆排序法,将一个无序的序列排成有序的序列-Using the heap sort, arranged in a disorderly orderly sequence sequence
sort
- 基本囊括数据结构中的所有排序,并且,用图解法阐述了排序的原理-Basic include data structure, and all the sorting, graphic method expounds the principle of sorting
List
- 实现数据结构中单链表的创建/删除/查找,学会使用单链表对以后的编程很有帮助并带有测试数据图片-Single-linked list data structure to create/delete/find, learn to use a single list of useful programming after pictures with a test data
ok-suit
- 一个实现外部排序的程序,其中gnerate.cpp为产生一个随机的文件,用于被排序。而caculate.cpp为外部排序程序。-A realization of the external sort program, which gnerate.cpp to generate a random file for be sorted. The caculate.cpp external sort program.
doc
- ⑴ 自定义磁盘文件管理的数据结构; ⑵ 能够自由创建、修改、删除文件; ⑶ 文件具有一定自定义的属性; ⑷ 能够显示当前系统文件的状态。-⑴ Custom disk file management data structure ⑵ the freedom to create, modify and delete files ⑶ file has a custom property ⑷ can display the status of the current system fi
avltree
- 通用的平衡二叉树算法C++源代码,通过通用的回调函数保证通用性,性能良好-Balanced binary tree algorithm for general-purpose C++ source code, to ensure that the callback function through the general versatility and good performance
queue
- 模拟排队的算法 病人排队看病 医生看病的顺序 用链表实现-Simulated patients queuing algorithm in the order queue to see a doctor a doctor to achieve a linked list
