资源列表
list
- 使用指针创建一个双向链表,实现添加,删除,查询,删除头,删除尾等功能-Create a two-way linked list with pointers to achieve add, delete, query, delete first, remove tail and other functions
hafumanbianma
- 设计哈夫曼编码,建立哈夫曼树,并在C语言实现。-Design of Huffman coding, Huffman tree establishment, and in C language.
5-source--code-of-DS--PRO
- 数据结构课上老师布置的5个小项目的源代码,分别是汽车过河,一元多项式,迷宫,日历,BFS_DFS-failed to translate
datastructure_reload
- 大一写的数据结构演示程序,希望有序要得同学来拿-Presentation data structure freshman writing program, students want to come and collect an orderly quest
data-structure
- 关于数据结构的全套算法,包括链表,串,树,图等,使用c++语言编写。-it is a algorithm set, including basic operations in data structure such as linklist, string, tree, graph.etc.
haffman
- 哈夫曼编码 源程序 附详细注释,均已调试通过!-Huffman coding program with detailed source notes, all have been debugged!
FP
- 采用VC.net数据挖掘的FP算法实现,有详细的代码注释。-Use of data mining VC.net FP Algorithm
quicksortbycsharp
- 用C#语言实现了快速排序算法的非递归实现,方法比较有创意,有需要的可以研究一下-C# language using a fast non-recursive implementation of sorting algorithms, methods, more creative, we need to look
DictionaryTree
- 字典树算法,可以很方便的实现多叉树,而且查找很方便,是ACM算法设计中常用的数据结构-Dictionary tree algorithm, can easily multi-tree, and find it convenient, it is commonly used in ACM algorithm design data structures
erchashu
- 二叉树的三种遍历方法:建立二叉树/先序遍历/中序遍历/后序遍历-Three binary tree traversal method: Create a binary tree/preorder traversal/inorder traversal/postorder traversal
01beibao
- c++中运用动态规划解决01背包问题可以运行,有汉字说明-c++ using dynamic programming to solve the knapsack problem can run 01, with characters that ~ ~
EightQueen
- 用VC++6.0编译环境下实现的八皇后问题,编译验证成功,具备核心算法-Compiled with VC++6.0 environment to achieve the eight queens problem, the compiler proved to be successful, with the core algorithm
