资源列表
HuffmanTree
- 用最小堆构造Huffman树并实现Huffman编码和解码-Minimum the heap structure Huffman tree and Huffman encoding and decoding
DblList
- 实现有序链表,用有序链表表示集合,实现两个有序链表的并和交(并和交仍是有序链表),并分析它们的时间复杂度-Orderly list, orderly list collection, two ordered linked list and pay (and pay orderly list), and analyze their time complexity
dictionary
- 利用散列表实现英汉字典并设计程序实现相关功能-The hash table Dictionary and design program
Fraction
- 用C++实现分数或小数类,化为最简分数后,实现加减乘除-Addition, subtraction, multiplication and division, fractions or decimals class into the most simple score with C++
Data_structure
- C++ 数据结构 基础结构的构建方法 包含基本的树、图、链表-C++ data structure infrastructure
BTREE1
- 程序工程内共包括B_Tree.h,B_Tree.cpp,B_TreeMain.cpp三个文件。 B_Tree.h:定义了B_树的结点类型,通过常量给出B_树的阶树 -The total program works include three files of B_Tree.h, B_Tree.cpp, B_TreeMain.cpp. B_Tree.h: B_ tree node type defined by constants B_ tree is given TREES
BPTree
- 程序通过B树的存储结构,实现了B树的构造,显示,关键字的插入删除等基本索引功能-Program through the B-tree storage structure, to achieve a B-tree structure display keyword insertion and deletion basic indexing feature
btree
- 从空树开始,依次输入各关键字,建立相应的B树。并实现B树中关键字的插入及删除 -Starting with an empty tree, enter each keyword in turn, establish the corresponding B-tree. And insert and delete keywords in the B-tree
KMP---MFC
- 数据结构里面的KMP算法的可视化演示程序 MFC实现-Visualization of data structures inside the KMP algorithm demo program MFC implementation
Data-structure-and-algorithm
- 《数据结构与算法》以基本数据结构和算法设计策略为知识单元,系统地介绍了数据结构的知识与应用、计算机算法的设计与分析方法-" Data Structures and Algorithms" knowledge unit basic data structure and algorithm design strategy, a systematic introduction to the knowledge and application of the data structure
c-data-struct
- 数据结构文档 包含栈队列二叉树排序等基础知识-data struct word documents
Beauty-of-coding
- 一个微软面试的指南,也可以学到很多实用的解决问题的方法。学习算法的好书。-a guide to the interview of microsoft. and you can learn many algorithm as well.
