资源列表
tongxunl
- 就一个链表的程序,很简单!一个c语言的代码程序 一个通讯录-A list of procedures
11103090202_8
- 学生信息管理系统,有一定的算法,可以实现学生的信息管理,用的是链表。-Student information management system, a certain algorithm can achieve the student information management, using a linked list.
KDTreeTest
- 这是一个名为kdtree的数据结构源码,用来划分高维空间,并且查找最近的点-this source code is a kind of structure to split the space of multi-dimension, which is named kdtree. And you can use it to compute the nearest point in the database.
search
- 实现二叉树的查询,能够实现二叉树的基本功能,简单好用。-it is very simple .
KMP
- 这是一个数据结构的算法,用来进行模式匹配,找到一个字符串中是否包含某个子串, 也就是KMP算法.里面内容比较全面,包括详细的注释。-this is a data structure, which to find whether a string contains a certain substing. Known as KMP,but it contains more content, including the exhaustive document.
beibao
- 背包问题的解决,,实现在最大载重量下利润最大化的问题-The solution of the knapsack problem
Stack-and-Queue-FIFO
- Queue是先进先出的集合而Stack是后进先出的集合-Queue is a collection of FIFO Stack is a LIFO collection
Stack--FIFO
- Queue是先进先出的集合而Stack是后进先出的集合-Queue is a collection of FIFO Stack is a LIFO collection
huffmanT-code
- 利用哈弗曼树的算法实现文件的压缩与解压缩,字符编码、译码-huffman tree compress and uncompress
pre-mid-creattree
- 已知用户输入的二叉树的前序、中序遍历结果,建立二叉树,并以广义表的形式输出结果-creat a binary tree by its preorder and mid-order
quick-sort
- 用户输入一堆毫无顺序的数,通过快速排序算法实现数据的有序排序-quick sort
zixulie
- 求两个字符串的最长公共子序列X 的一个子序列是相应于X 下标序列{1, 2, …, m}的一个子序列,求解两个序列的所有 子序列中长度最大的,例如输入:pear, peach 输出:pea。 -Seeking two strings of the longest common subsequence
